Searched defs:char_eq (Results 1 – 1 of 1) sorted by relevance
103 struct char_eq { struct in boost::escaped_list_separator104 Char e_;105 char_eq(Char e):e_(e) { } in char_eq() function106 bool operator()(Char c) { in operator ()()