__gnu_cxx::typelist(3cxx) | __gnu_cxx::typelist(3cxx) |
__gnu_cxx::typelist - GNU typelist extensions for public compile-time use.
template<typename Fn , typename Typelist > void apply
(Fn &, Typelist)
template<typename Fn , typename Typelist > void apply_generator
(Fn &fn, Typelist)
template<typename Fn , typename TypelistT , typename TypelistV > void
apply_generator (Fn &fn, TypelistT, TypelistV)
template<typename Gn , typename Typelist > void apply_generator
(Gn &, Typelist)
Apply all typelist types to generator functor. template<typename Gn ,
typename TypelistT , typename TypelistV > void apply_generator (Gn
&, TypelistT, TypelistV)
GNU typelist extensions for public compile-time use.
Definition at line 382 of file typelist.h.
Definition at line 390 of file typelist.h.
Definition at line 398 of file typelist.h.
Apply all typelist types to generator functor.
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ |