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

std::tr2::bases< _Tp > - Sequence abstraction metafunctions for manipulating a typelist.

Author

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

                                                    libstdc++                       std::tr2::bases<_Tp>(3cxx)

Detailed Description

template<typename_Tp>
       struct std::tr2::bases< _Tp >"Sequence abstraction metafunctions for manipulating a typelist.

       Enumerate all the base classes of a class. Form of a typelist.

Name

       std::tr2::bases< _Tp > - Sequence abstraction metafunctions for manipulating a typelist.

Synopsis

       #include <type_traits>

   PublicTypestypedef__reflection_typelist< __bases(_Tp)... > type

See Also