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::different_from Concept Reference

Different from. More...

#include <hikogui/utility/concepts.hpp>

Concept definition

template<typename Context, typename Expected>
concept hi::v1::different_from = not std::same_as<Context, Expected>
Different from.
Definition concepts.hpp:50

Detailed Description

Different from.

Not std::same_as.