Outputters for vector types. More...
#include <Output.h>
Static Public Member Functions | |
static std::ostream & | outStream (std::ostream &out, const VecBase< DATA_TYPE, SIZE, REP > &v) |
Outputters for vector types.
Definition at line 30 of file Output.h.
static std::ostream& gmtl::output::VecOutputter< DATA_TYPE, SIZE, REP >::outStream | ( | std::ostream & | out, | |
const VecBase< DATA_TYPE, SIZE, REP > & | v | |||
) | [inline, static] |
Definition at line 32 of file Output.h.
{ VecBase<DATA_TYPE,SIZE, gmtl::meta::DefaultVecTag> temp_vec(v); VecOutputter<DATA_TYPE,SIZE,gmtl::meta::DefaultVecTag>::outStream(out,v); return out; }