![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
|
noexcept |
Implementation function declared but not defined that accepts an argument of the specified type.
| To | The type of the argument |
|
externconstexpr |
Type trait to detect if one type is convertible to another.
| From | The type to (try to) convert from |
| To | The type to (try to) convert to |
|
externconstexpr |
Type trait to detect if one type is convertible to another.
This specialization handles the case that they are
| From | The type to (try to) convert from |
| To | The type to (try to) convert to |
|
externconstexpr |
Type trait to detect if one type is convertible to another.
This specialization handles the case that the source and target are both void
| From | The type to (try to) convert from |
| To | The type to (try to) convert to |
|
externconstexpr |
Type trait for checking if TypeToCheck has the same cv-qualification as Baseline, or is more cv-qualified.
| TypeToCheck | The type to check |
| Baseline | The type to check against |
|
externconstexpr |
Type trait for checking if TypeToCheck has the same cv-qualification as Baseline, or is more cv-qualified.
This specialization is for the case that Baseline is const volatile and TypeToCheck is const volatile
| TypeToCheck | The type to check |
| Baseline | The type to check against |
|
externconstexpr |
Type trait for checking if TypeToCheck has the same cv-qualification as Baseline, or is more cv-qualified.
This specialization is for the case that Baseline is const and TypeToCheck is const volatile
| TypeToCheck | The type to check |
| Baseline | The type to check against |
|
externconstexpr |
Type trait for checking if TypeToCheck has the same cv-qualification as Baseline, or is more cv-qualified.
This specialization is for the case that Baseline is volatile and TypeToCheck is const volatile
| TypeToCheck | The type to check |
| Baseline | The type to check against |
|
externconstexpr |
Type trait for checking if TypeToCheck has the same cv-qualification as Baseline, or is more cv-qualified.
This specialization is for the case that Baseline is const and TypeToCheck is const
| TypeToCheck | The type to check |
| Baseline | The type to check against |
|
externconstexpr |
Type trait for checking if TypeToCheck has the same cv-qualification as Baseline, or is more cv-qualified.
This specialization is for the case that Baseline is volatile and TypeToCheck is volatile
| TypeToCheck | The type to check |
| Baseline | The type to check against |
|
externconstexpr |
Type trait for checking if TypeToCheck has the same cv-qualification as Baseline, or is more cv-qualified.
This specialization is for the case that Baseline is not cv-qualified
| TypeToCheck | The type to check |
| Baseline | The type to check against |