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