|
fennec
|
Check if the two types are identical. More...
#include <type_traits.h>
Checks if T0 and T1 are identical and store it in is_same::value
| T0 | first type to check |
| T1 | second type to check |
Additional Inherited Members | |
Public Member Functions inherited from fennec::integral_constant< bool_t, ValueV > | |
| constexpr | operator bool_t () const noexcept |
| cast operator to allow for braced initialization | |
Static Public Attributes inherited from fennec::integral_constant< bool_t, ValueV > | |
| static constexpr bool_t | value |
| value of the constant | |