Loading...
Searching...
No Matches
Display Functions
Collaboration diagram for Display Functions:
template<typename T , typename std::enable_if< std::is_scalar< T >::value >::type * >
std::ostream & display (std::ostream &out, const T &x)
 
template<class T >
std::ostream & display (std::ostream &out, const std::vector< T > &x, unsigned int padding)
 
template<typename T , typename std::enable_if< std::is_scalar< T >::value >::type * >
std::ofstream & display (std::ofstream &out, const T &x)
 
template<class T >
std::ofstream & display (std::ofstream &out, const std::vector< T > &x, unsigned int padding)
 

Detailed Description

Function Documentation

◆ display() [1/4]

template<class T >
std::ofstream & display ( std::ofstream & out,
const std::vector< T > & x,
unsigned int padding )

Display vector in a nicely formatted to a std::ofstream

Parameters
[in,out]outoutput file stream
[in]xvector to be displayed
[in]padding(default = 0) number of trailing spaces
Returns
reference to output stream

Definition at line 1680 of file Operators_vector.tpp.

◆ display() [2/4]

template<typename T , typename std::enable_if< std::is_scalar< T >::value >::type * >
std::ofstream & display ( std::ofstream & out,
const T & x )

Dummy function for recursive templated routines display

Parameters
[in,out]outoutput stream
[in]xvariable to be displayed
Returns
reference to output stream

Definition at line 1652 of file Operators_vector.tpp.

◆ display() [3/4]

template<class T >
std::ostream & display ( std::ostream & out,
const std::vector< T > & x,
unsigned int padding )

Display vector in a nicely formatted to a std::ostream

Parameters
[in,out]outoutput stream
[in]xvector to be displayed
[in]padding(default = 0) number of trailing spaces
Returns
reference to output stream

Definition at line 1613 of file Operators_vector.tpp.

◆ display() [4/4]

template<typename T , typename std::enable_if< std::is_scalar< T >::value >::type * >
std::ostream & display ( std::ostream & out,
const T & x )

Dummy function for recursive templated routines display

Parameters
[in,out]outoutput stream
[in]xvariable to be displayed
Returns
reference to output stream

Definition at line 1585 of file Operators_vector.tpp.

--- layout: doxygen_footer ---