Implemented a serialize and a deserialize routine
This commit is contained in:
@@ -354,7 +354,7 @@ inline eng::string ss(const ARGS & ... args) {
|
||||
//
|
||||
// This is a variant of ostringstream in which it is possible
|
||||
// to get the contents without copying. To get the contents
|
||||
// without copying, use oss.size() and oss.c_str()
|
||||
// without copying, use oss.view().
|
||||
//
|
||||
class ostringstream : public eng::ostringstream {
|
||||
class rstringbuf : public std::basic_stringbuf<char_type, traits_type, allocator_type> {
|
||||
|
||||
Reference in New Issue
Block a user