Home
last modified time | relevance | path

Searched defs:unary_binary_ternary (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/regex/v4/
Dregex_format.hpp884 struct unary_binary_ternary struct
886 typedef unary_type (*unary_fun)(any_type);
887 typedef binary_type (*binary_fun)(any_type, any_type);
888 typedef ternary_type (*ternary_fun)(any_type, any_type, any_type);
/third_party/boost/boost/xpressive/
Dmatch_results.hpp271 struct unary_binary_ternary struct
273 typedef unary_type (*unary_fun)(any_type);
274 typedef binary_type (*binary_fun)(any_type, any_type);
275 typedef ternary_type (*ternary_fun)(any_type, any_type, any_type);