![]() |
DataStream
1.8.8
DataStream : framework to save/load/serialize/deserialize data
|
Specialisation to get the size of a std::string. More...
#include <data_stream_size.h>
Static Public Member Functions | |
| static bool | data_stream (size_t &ds, std::string &data) |
| Get the size of a std::string. More... | |
Specialisation to get the size of a std::string.
Definition at line 158 of file data_stream_size.h.
|
static |
Get the size of a std::string.
| [out] | ds | : size of the std::string |
| data | : data to be used |
Definition at line 245 of file data_stream_size.cpp.