template<class List, class Ignore = brigand::set<>>
tk::TuplePrinter struct

Template parameters
List brigand::list of types in the tagged tuple
Ignore brigand::list of types to not print

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.