![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
| using std::is_destructible_detail::raw_type_t = remove_all_extents_t<remove_reference_t<Type>> |
Helper alias for the non-array non-reference "raw" type for a given type.
| Type | the type to get the raw type for |
|
strong |
|
constexprnoexcept |
Helper function for checking if a type is destructible.
| T | The type to check |
|
externconstexpr |
Type trait to check whether a type is destructible, and if so, if it is no-throw destructible.
| Type | The type to check |
|
externconstexpr |
Type trait to check whether a type is destructible, and if so, if it is no-throw destructible.
| Type | The type to check |
|
externconstexpr |
Type trait to check whether a type is destructible, and if so, if it is no-throw destructible.
| Type | The type to check |
|
externconstexpr |
Type trait to check whether a type is destructible, and if so, if it is no-throw destructible.
| Type | The type to check |
|
externconstexpr |
Type trait to detect if a type is an array of unknown bound.
| Type | The type to check |
|
externconstexpr |
Type trait to detect if a type is an array of unknown bound.
| Type | The type to check |