Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::is_array_convertible< From, To > Class Template Reference

Type trait to check if a pointer to an array of From is convertible to a pointer to an array of To. More...

Inheritance diagram for arene::base::is_array_convertible< From, To >:
Inheritance graph

Additional Inherited Members

- Public Types inherited from std::integral_constant< bool, is_array_convertible_v< From, To > >
using type
 The type of this class.
 
using value_type
 The type of the value.
 
- Public Member Functions inherited from std::integral_constant< bool, is_array_convertible_v< From, To > >
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, is_array_convertible_v< From, To > >
static constexpr value_type value
 The constant.
 

Detailed Description

template<typename From, typename To>
class arene::base::is_array_convertible< From, To >

Type trait to check if a pointer to an array of From is convertible to a pointer to an array of To.


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