#include <src/Base/PrintTaggedTuple.hpp>
template<class List>
TuplePrinter struct
Template parameters | |
---|---|
List | brigand::list of types in the tagged tuple |
Function object type to print contents of a TaggedTuple
Constructors, destructors, conversion operators
-
TuplePrinter(std::ostream& s,
const tk::
TaggedTuple<List>& t) - Constructor.
Public functions
-
template<typename Key>void operator()(brigand::type_<Key>)
- Function call operator templated on the type being output.