![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
| std::is_nothrow_assignable_detail::ARENE_IGNORE_ARMCLANG | ( | "-Wimplicit-int-float-conversion" | , |
| "No actual conversion | here, | ||
| just a check" | ) |
| std::is_nothrow_assignable_detail::ARENE_IGNORE_CLANG | ( | "-Wimplicit-int-conversion" | , |
| "No actual conversion | here, | ||
| just a check" | ) |
| std::is_nothrow_assignable_detail::ARENE_IGNORE_END | ( | ) |
| std::is_nothrow_assignable_detail::ARENE_IGNORE_START | ( | ) |
|
externconstexpr |
Type trait to detect if an instance of To is assignable to from arguments of From without throwing.
| To | The type of the value to (try to) assign to |
| From | The type of the value to (try to) assign from |
|
externconstexpr |
Type trait to detect if an instance of To is assignable to from arguments of From without throwing.
| To | The type of the value to (try to) assign to |
| From | The type of the value to (try to) assign from |