Template Function pinocchio::serialization::loadFromBinary(T&, boost::asio::streambuf&)

Function Documentation

template<typename T>
inline void pinocchio::serialization::loadFromBinary(T &object, boost::asio::streambuf &buffer)

Loads an object from a binary buffer.

Template Parameters:

T – Type of the object to deserialize.

Parameters:
  • object[out] Object in which the loaded data are copied.

  • buffer[in] Input buffer containing the serialized data.