Template Function mrpt::math::operator<<(std::ostream&, const std::vector<T>&)

Function Documentation

template<class T>
std::ostream &mrpt::math::operator<<(std::ostream &out, const std::vector<T> &d)

A template function for printing out the contents of a std::vector variable.