|
Core Library
1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
|
Deserialization to object implementation. More...
#include <SerializeToVector.h>
Public Member Functions | |
| T | operator() (const char_vector_t &charVector) const |
| Function operator. More... | |
Deserialization to object implementation.
Typically the template argument A is one of the input archive typedefs listed above or a custom input archive that is compatible.
|
inline |
Function operator.
| [in] | charVector | - Char vector containing serialized object |