Thrill
0.1
|
#include <tuple.hpp>
Public Member Functions | |
LoggerTupleFormatter (std::ostream &os) | |
template<typename Index , typename Arg > | |
void | operator() (const Index &, const Arg &a) const |
Public Attributes | |
std::ostream & | os_ |
|
inlineexplicit |
Definition at line 24 of file tuple.hpp.
Referenced by LoggerFormatter< std::tuple< Args... > >::print().
|
inline |
Definition at line 26 of file tuple.hpp.
References LoggerTupleFormatter::os_.
std::ostream& os_ |
Definition at line 30 of file tuple.hpp.
Referenced by LoggerTupleFormatter::operator()().