Qx v0.6.2
Qt Extensions Library
Loading...
Searching...
No Matches
Qx::asymmetric_bimap Concept Reference

Specifies that a bimap has different Left and Right types. More...

Concept definition

template<typename Left, typename Right>
concept Qx::asymmetric_bimap = !std::same_as<Left, Right>
Specifies that a bimap has different Left and Right types.
Definition qx-bimap.h:19

Detailed Description

Satisfied if Left is not the same as Right.