Template Function mrpt::containers::printf_vector

Function Documentation

template<typename T>
void mrpt::containers::printf_vector(const char *fmt, const std::vector<T> &V)

Prints a vector in the format [A,B,C,…] to std::cout, and the fmt string for each vector element.