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

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

Concept definition

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

Detailed Description

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