Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__functional/
H A Dbinary_function.h24 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binary_function { struct
45 using __binary_function = binary_function<_Arg1, _Arg2, _Result>; argument
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_function.h118 struct binary_function in _GLIBCXX_VISIBILITY() struct
121 typedef _Arg1 first_argument_type; in _GLIBCXX_VISIBILITY()
124 typedef _Arg2 second_argument_type; in _GLIBCXX_VISIBILITY()
127 typedef _Result result_type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_function.h131 struct binary_function in _GLIBCXX_VISIBILITY() struct
134 typedef _Arg1 first_argument_type; in _GLIBCXX_VISIBILITY()
137 typedef _Arg2 second_argument_type; in _GLIBCXX_VISIBILITY()
140 typedef _Result result_type; in _GLIBCXX_VISIBILITY()