![]() | InDesign SDK 20.5 |
#include <KeyValuePair.h>
Public Member Functions | |
| KeyMatchPredicate (const Key &key) | |
| bool | operator() (const KeyValuePair< Key, Value > &x) |
Public Attributes | |
| Key | fKey |
Predicate object used for finding matching keys. Useful for find_if type expressions.
| inline |
Construct a new KeyMatchPredicate based on a key.
| key | the key |
| inline |
Compare the supplied KeyValuePair with the key passed to the constructor.
| KeyValuePair | to compare |