version 2.93 ready to master

remove PIString << operators
This commit is contained in:
2022-06-24 12:10:57 +03:00
parent b66272a68a
commit 1b04d7ecce
19 changed files with 119 additions and 183 deletions

View File

@@ -39,6 +39,12 @@ template<typename P> inline PIBinaryStream<P> & operator >>(PIBinaryStream<P> &
*/
int main(int argc, char * argv[]) {
PIString s = "str 1 2";
PIIOTextStream ts(&s);
PIString ss; int i, j;
ts >> ss >> i >> j;
piCout << s;
piCout << ss << i << j;
/*KMM::NS::Project p, p1;
p.sms_path = "mypath";
p.time_0 = "0.05";