Searched defs:CopyableStream (Results 1 – 1 of 1) sorted by relevance
1207 struct CopyableStream { struct1208 CopyableStream() {} in CopyableStream() function1209 CopyableStream( CopyableStream const& other ) { in CopyableStream() argument1212 CopyableStream& operator=( CopyableStream const& other ) { in operator =()1217 std::ostringstream oss;