Classes | |
struct | bool_constant |
struct | conditional |
struct | conditional< false, T, F > |
struct | decay |
struct | integral_constant |
struct | is_constructible |
struct | is_copy_assignable |
struct | is_copy_constructible |
struct | is_move_constructible |
struct | is_nothrow_assignable |
struct | is_nothrow_constructible |
struct | is_nothrow_copy_constructible |
struct | is_nothrow_move_assignable |
struct | is_nothrow_move_constructible |
struct | is_reference |
struct | is_reference< T & > |
struct | is_same |
struct | is_trivial |
struct | is_trivially_copyable |
struct | reference_wrapper |
struct | remove_cv |
struct | remove_pointer |
struct | remove_pointer< T * > |
struct | remove_pointer< T *const > |
struct | remove_pointer< T *const volatile > |
struct | remove_pointer< T *volatile > |
struct | remove_reference |
Typedefs | |
typedef bool_constant< true > | true_type |
typedef bool_constant< false > | false_type |
typedef bool_constant< true > nonstd::scope::std11::true_type |
Definition at line 362 of file scope-lite.hpp.
typedef bool_constant< false > nonstd::scope::std11::false_type |
Definition at line 363 of file scope-lite.hpp.