Template Function coal::serialization::loadFromStringStream
Defined in File archive.h
Function Documentation
-
template<typename T>
inline void coal::serialization::loadFromStringStream(T &object, std::istringstream &is) Loads an object from a std::stringstream.
- Template Parameters:
T – Type of the object to deserialize.
- Parameters:
object – [out] Object in which the loaded data are copied.
is – [in] string stream constaining the serialized content of the object.