tk::Print::echoPolicies struct

Function object for echoing policies to screen.

Constructors, destructors, conversion operators

echoPolicies(const Print*const host) explicit
Constructor: store host object pointer.

Public functions

template<typename U>
void operator()(brigand::type_<U>)
Function call operator templated on the type that echos a policy.

Public variables

const Print*const m_host
Need to store reference to host class whose data we operate on.