HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
hi::v1::same_as_any Concept Reference

Concept definition

template<typename Context, typename... Expected>
concept hi::v1::same_as_any = (std::same_as<Context, Expected> or...)
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:378
Definition concepts.hpp:129