libstdc++
|
Go to the source code of this file.
Namespaces | |
namespace | __gnu_cxx |
namespace | __gnu_cxx::typelist |
Functions | |
template<typename Fn , typename Typelist > | |
void | __gnu_cxx::typelist::apply (Fn &, Typelist) |
template<typename Gn , typename Typelist > | |
void | __gnu_cxx::typelist::apply_generator (Gn &, Typelist) |
template<typename Gn , typename TypelistT , typename TypelistV > | |
void | __gnu_cxx::typelist::apply_generator (Gn &, TypelistT, TypelistV) |
template<typename Fn , typename Typelist > | |
void | __gnu_cxx::typelist::apply_generator (Fn &fn, Typelist) |
template<typename Fn , typename TypelistT , typename TypelistV > | |
void | __gnu_cxx::typelist::apply_generator (Fn &fn, TypelistT, TypelistV) |
This file is a GNU extension to the Standard C++ Library.
Contains typelist_chain definitions. Typelists are an idea by Andrei Alexandrescu.
Definition in file typelist.h.