Searched defs:MatchFunc (Results 1 – 2 of 2) sorted by relevance
28 typedef bool (*MatchFunc)(const void *data, const void *condition); typedef
32 using MatchFunc = std::function<bool(std::string, std::string)>; variable