Template Struct bool_constant
Defined in File optional.hpp
Inheritance Relationships
Base Type
public nonstd::optional_lite::std11::integral_constant< bool, B >(Template Struct integral_constant)
Derived Types
public nonstd::optional_lite::std11::is_assignable< T, U >(Template Struct is_assignable)public nonstd::optional_lite::std11::is_move_constructible< T >(Template Struct is_move_constructible)public nonstd::optional_lite::std11::is_nothrow_move_assignable< T >(Template Struct is_nothrow_move_assignable)public nonstd::optional_lite::std11::is_nothrow_move_constructible< T >(Template Struct is_nothrow_move_constructible)public nonstd::optional_lite::std11::is_trivially_copy_constructible< T >(Template Struct is_trivially_copy_constructible)public nonstd::optional_lite::std11::is_trivially_move_constructible< T >(Template Struct is_trivially_move_constructible)
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 >