Template Struct bool_constant

Inheritance Relationships

Base Type

Derived Types

Struct Documentation

template<bool B>
struct bool_constant : public nonstd::optional_lite::std11::integral_constant<bool, B>

Subclassed by nonstd::optional_lite::std11::is_assignable< T, U >, nonstd::optional_lite::std11::is_move_constructible< T >, nonstd::optional_lite::std11::is_nothrow_move_assignable< T >, nonstd::optional_lite::std11::is_nothrow_move_constructible< T >, nonstd::optional_lite::std11::is_trivially_copy_constructible< T >, nonstd::optional_lite::std11::is_trivially_move_constructible< T >