Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::is_same< T1, T2 > Class Template Reference

Trait to detect if the two template parameters are the same or not. The value member is true if the types are the same, false otherwise. More...

Inheritance diagram for std::is_same< T1, T2 >:
Inheritance graph

Additional Inherited Members

- Public Types inherited from std::integral_constant< bool, Value >
using type
 The type of this class.
 
using value_type
 The type of the value.
 
- Public Member Functions inherited from std::integral_constant< bool, Value >
constexpr operator value_type () const noexcept
 Implicit conversion to Type.
 
constexpr operator value_type () const noexcept
 Implicit conversion to Type.
 
constexpr auto operator() () const noexcept -> value_type
 Nullary function call operator.
 
constexpr auto operator() () const noexcept -> value_type
 Nullary function call operator.
 
- Static Public Attributes inherited from std::integral_constant< bool, Value >
static constexpr value_type value
 The constant.
 
static constexpr value_type value
 The constant.
 

Detailed Description

template<typename T1, typename T2>
class std::is_same< T1, T2 >

Trait to detect if the two template parameters are the same or not. The value member is true if the types are the same, false otherwise.

Template Parameters
T1The first type
T2The second type

The documentation for this class was generated from the following file: