HikoGUI
Select Version:
⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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.