Template Function mrpt::containers::getSTLContainerAsString

Function Documentation

template<class T>
std::string mrpt::containers::getSTLContainerAsString(const T &t)

Return a STL container in std::string form.

Parameters:

t[in] Template STL container (e.g. vector)

Returns:

String form of given STL container