FflasFfpack
Functions
print-utils.h File Reference
#include <fflas-ffpack/fflas-ffpack-config.h>
#include <vector>
#include <list>
#include <set>
#include <iterator>

Functions

template<class T , class Alloc >
std::ostream & operator<< (std::ostream &o, const std::vector< T, Alloc > &v)
 Prints a vector on output. More...
 
template<class S , class T >
std::ostream & operator<< (std::ostream &o, const std::pair< S, T > &C)
 Prints a pair. More...
 
template<class T , class Alloc >
std::ostream & operator<< (std::ostream &o, const std::list< T, Alloc > &L)
 Prints a list. More...
 
template<class T , class Alloc >
std::ostream & operator<< (std::ostream &o, const std::set< T, Alloc > &S)
 Prints a set. More...