InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ValueMatchPredicate< Key, Value > Struct Template Reference

#include <KeyValuePair.h>

Public Member Functions

 ValueMatchPredicate (const Value &value)
 
bool operator() (const KeyValuePair< Key, Value > &x)
 

Public Attributes

Value fValue
 

Detailed Description

template<class Key, class Value>
struct ValueMatchPredicate< Key, Value >

Predicate object used for finding matching values. Useful for finding the key the corresponds to a given value.