Qx v0.6
Qt Extensions Library
Loading...
Searching...
No Matches
Qx::bimap_pair_predicate Concept Reference

Specifies that a predicate is a valid, pair based predicate for a bimap. More...

Concept definition

template<typename Left, typename Right, typename Predicate>
Specifies that a predicate is a valid, pair based predicate for a bimap.
Definition qx-bimap.h:25
Specifies that a type defines a call operator for the specified argument types (with strict return).
Definition qx-concepts.h:240

Detailed Description

Satisfied if the predicate takes a std::pair<const Left&, const Right&> and returns bool.