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>
Incompatible with another type.
Definition concepts.hpp:57

Detailed Description

Incompatible with another type.

Not std::convertible_to.