MRPT  2.0.4
Namespaces | Functions
printf_vector.h File Reference
#include <mrpt/core/format.h>
#include <cstdio>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 mrpt
 This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
 
 mrpt::containers
 

Functions

template<typename VEC >
std::string mrpt::containers::sprintf_vector (const char *fmt, const VEC &V)
 Generates a string for a vector in the format [A,B,C,...] to std::cout, and the fmt string for each vector element. More...
 
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. More...
 



Page generated by Doxygen 1.8.17 for MRPT 2.0.4 at Sat Jun 27 14:00:59 UTC 2020