Core Library  1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
core_lib::serialize::impl::ToObjectImpl< T, A > Struct Template Reference

Deserialization to object implementation. More...

#include <SerializeToVector.h>

Public Member Functions

operator() (const char_vector_t &charVector) const
 Function operator. More...
 

Detailed Description

template<typename T, typename A>
struct core_lib::serialize::impl::ToObjectImpl< T, A >

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.

Member Function Documentation

◆ operator()()

template<typename T , typename A >
T core_lib::serialize::impl::ToObjectImpl< T, A >::operator() ( const char_vector_t charVector) const
inline

Function operator.

Parameters
[in]charVector- Char vector containing serialized object
Returns
Deserialized object

The documentation for this struct was generated from the following file: