std::tr2::direct_bases< _Tp >
Enumerate all the direct base classes of a class. Form of a typelist.
- Provided by: libstdc++-9-doc (Version: 9.5.0-6ubuntu2.1)
- Source: gcc-9
- Report a bug
Enumerate all the direct base classes of a class. Form of a typelist.
#include <type_traits>
typedef __reflection_typelist<
__direct_bases(_Tp)... > type
struct std::tr2::direct_bases< _Tp >"Enumerate all the direct base classes of a class. Form of a typelist.
Definition at line 95 of file tr2/type_traits.
Definition at line 97 of file tr2/type_traits.
Generated automatically by Doxygen for libstdc++ from the source code.