MySQL 8.0.37
Source Code Documentation
type_traits.h File Reference
#include <type_traits>

Go to the source code of this file.

Classes

struct  stdx::__is_scoped_enum_helper< T, B >
 
struct  stdx::__is_scoped_enum_helper< T, true >
 
struct  stdx::is_scoped_enum< T >
 
struct  stdx::remove_cvref< T >
 
struct  stdx::type_identity< T >
 

Namespaces

namespace  stdx
 

Typedefs

template<class T >
using stdx::remove_cvref_t = typename remove_cvref< T >::type
 
template<class T >
using stdx::type_identity_t = typename type_identity< T >::type
 

Enumerations

enum class  stdx::endian { stdx::little = __ORDER_LITTLE_ENDIAN__ , stdx::big = __ORDER_BIG_ENDIAN__ , stdx::native = __BYTE_ORDER__ }
 

Variables

template<class E >
constexpr bool stdx::is_scoped_enum_v = is_scoped_enum<E>::value