HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Static Public Attributes
tt::is_lossless_cast< To, From > Struct Template Reference

Static Public Attributes

static constexpr bool value
 

Field Documentation

◆ value

template<typename To , typename From >
constexpr bool tt::is_lossless_cast< To, From >::value
staticconstexpr
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: