Thrill  0.1
LoggerTupleFormatter Class Reference

Detailed Description

Definition at line 21 of file tuple.hpp.

#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_
 

Constructor & Destructor Documentation

◆ LoggerTupleFormatter()

LoggerTupleFormatter ( std::ostream &  os)
inlineexplicit

Definition at line 24 of file tuple.hpp.

Referenced by LoggerFormatter< std::tuple< Args... > >::print().

Member Function Documentation

◆ operator()()

void operator() ( const Index &  ,
const Arg &  a 
) const
inline

Definition at line 26 of file tuple.hpp.

References LoggerTupleFormatter::os_.

Member Data Documentation

◆ os_

std::ostream& os_

Definition at line 30 of file tuple.hpp.

Referenced by LoggerTupleFormatter::operator()().


The documentation for this class was generated from the following file: