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...
 

Function Documentation

◆ operator<<() [1/4]

std::ostream& std::operator<< ( std::ostream &  o,
const std::vector< T, Alloc > &  v 
)

Prints a vector on output.

Parameters
ooutput stream
vvector
Warning
<<(ostream&,T&) exists !

◆ operator<<() [2/4]

std::ostream& std::operator<< ( std::ostream &  o,
const std::pair< S, T > &  C 
)

Prints a pair.

Parameters
ooutput stream
Ca pair
Warning
<<(ostream&,T&) exists !

◆ operator<<() [3/4]

std::ostream& std::operator<< ( std::ostream &  o,
const std::list< T, Alloc > &  L 
)

Prints a list.

Parameters
ooutput stream
Ca pair
Warning
<<(ostream&,T&) exists !

◆ operator<<() [4/4]

std::ostream& std::operator<< ( std::ostream &  o,
const std::set< T, Alloc > &  S 
)

Prints a set.

Parameters
ooutput stream
Ca pair
Warning
<<(ostream&,T&) exists !