Template Function proxsuite::serialization::loadFromStringStream

Function Documentation

template<typename T>
inline void proxsuite::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.