#include <iostream>
#include <memory>
#include <boost/log/trivial.hpp>
#include <boost/exception/all.hpp>
#include <boost/algorithm/string.hpp>
#include "grl/vrep/Eigen.hpp"
#include "grl/vrep/Vrep.hpp"
#include "TRTK/PivotCalibration.hpp"
#include "v_repLib.h"
Go to the source code of this file.
|
template<typename T > |
boost::log::formatting_ostream & | operator<< (boost::log::formatting_ostream &out, std::vector< T > &v) |
|
§ operator<<()
template<typename T >
boost::log::formatting_ostream& operator<< |
( |
boost::log::formatting_ostream & |
out, |
|
|
std::vector< T > & |
v |
|
) |
| |
|
inline |