11 stream << tpf::types::push_front_type_t<char, typelist>{} <<
nl;
12 stream << tpf::types::push_back_type_t<char, typelist>{} <<
nl;
14 stream << tpf::types::pop_front_type_t<typelist>{} <<
nl;
15 stream << tpf::types::pop_back_type_t<typelist>{} <<
nl;
This type is used to manipulate type list.
Stream output operators << are implemented.
Type functions are implemented.