|
| static constexpr bool | value |
| |
◆ value
template<typename To , typename From >
Initial value:=
std::is_floating_point_v<To> ||
(std::is_signed_v<To> && sizeof(To) > sizeof(From)) ||
(std::is_signed_v<To> == std::is_signed_v<To> && sizeof(To) >= sizeof(From))
The documentation for this struct was generated from the following file: