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

Incompatible with another type. More...

#include <hikogui/utility/concepts.hpp>

Concept definition

template<typename Context, typename Expected>
concept hi::v1::incompatible_with = not std::convertible_to<Context, Expected>
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:378
Incompatible with another type.
Definition concepts.hpp:56

Detailed Description

Incompatible with another type.

Not std::convertible_to.