__gnu_cxx::typelist(3) Library Functions Manual __gnu_cxx::typelist(3) NAME __gnu_cxx::typelist - GNU typelist extensions for public compile-time use. SYNOPSIS Functions template void apply (Fn &, Typelist) template void apply_generator (Fn &fn, Typelist) template void apply_generator (Fn &fn, TypelistT, TypelistV) template void apply_generator (Gn &, Typelist) Apply all typelist types to generator functor. template void apply_generator (Gn &, TypelistT, TypelistV) Detailed Description GNU typelist extensions for public compile-time use. Function Documentation template void __gnu_cxx::typelist::apply_generator (Gn &, Typelist) Apply all typelist types to generator functor. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ __gnu_cxx::typelist(3)