logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

__gnu_cxx::typelist.3cxx

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                          __gnu_cxx::typelist(3cxx)

Detailed Description

       GNU typelist extensions for public compile-time use.

Function Documentation

template<typenameGn,typenameTypelist>void__gnu_cxx::typelist::apply_generator(Gn&,Typelist)
       Apply all typelist types to generator functor.

Name

       __gnu_cxx::typelist - GNU typelist extensions for public compile-time use.

Synopsis

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)
           Apply all typelist types to generator functor.
       template<typename Gn , typename TypelistT , typename TypelistV > void apply_generator (Gn &, TypelistT,
           TypelistV)

See Also