Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__functional/
H A Dbinary_function.h22 struct _LIBCPP_TEMPLATE_VIS binary_function struct
24 typedef _Arg1 first_argument_type;
25 typedef _Arg2 second_argument_type;
26 typedef _Result result_type;