#include <yarp/os/api.h>
#include <yarp/os/Log.h>
#include <yarp/os/LogComponent.h>
#include <yarp/os/Os.h>
#include <yarp/os/SystemClock.h>
#include <yarp/os/Time.h>
#include <cstdio>
#include <cstdlib>
#include <iosfwd>
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
|
| yarp |
| The main, catch-all namespace for YARP.
|
|
| yarp::os |
| An interface to the operating system, including Port based communication.
|
|
|
template<typename T > |
std::ostream & | std::operator<< (std::ostream &os, const std::vector< T > &t) |
|
◆ operator<<()
template<typename T >
std::ostream & std::operator<< |
( |
std::ostream & |
os, |
|
|
const std::vector< T > & |
t |
|
) |
| |
|
inline |