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

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

Concept definition

template<typename Key, typename T, typename Compare, 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, iterator based predicate for a lopmap.
Definition qx-lopmap.h:21

Detailed Description

Satisfied if the predicate takes a Qx::Lopmap<Key, T, Compare>::const_iterator and returns bool.