|
libstdc++
|
Functions | |
| 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) |
| template<typename Gn , typename TypelistT , typename TypelistV > | |
| void | apply_generator (Gn &, TypelistT, TypelistV) |
GNU typelist extensions for public compile-time use.
| void __gnu_cxx::typelist::apply | ( | Fn & | fn, |
| Typelist | |||
| ) |
Definition at line 403 of file typelist.h.
| void __gnu_cxx::typelist::apply_generator | ( | Fn & | fn, |
| Typelist | |||
| ) |
Definition at line 411 of file typelist.h.
| void __gnu_cxx::typelist::apply_generator | ( | Fn & | fn, |
| TypelistT | , | ||
| TypelistV | |||
| ) |
Definition at line 419 of file typelist.h.
| void __gnu_cxx::typelist::apply_generator | ( | Gn & | , |
| Typelist | |||
| ) |
Apply all typelist types to generator functor.