Template Function mrpt::system::sprintf_container

Function Documentation

template<typename T>
std::string mrpt::system::sprintf_container(const char *fmt, const T &V)

Generates a string for a container in the format [A,B,C,…], and the fmt string for each vector element.