Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::has_overloaded_address_operator< T > Class Template Reference

Type trait to check if a type has an overloaded address operator; the class derives from true_type if the type has an overloaded address operator, false_type otherwise. More...

Inheritance diagram for arene::base::has_overloaded_address_operator< T >:
Inheritance graph

Additional Inherited Members

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

Detailed Description

template<typename T>
class arene::base::has_overloaded_address_operator< T >

Type trait to check if a type has an overloaded address operator; the class derives from true_type if the type has an overloaded address operator, false_type otherwise.

Template Parameters
TThe type to check

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