Home
last modified time | relevance | path

Searched refs:binary_function (Results 1 – 9 of 9) 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
/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dfunctional27 struct binary_function
37 : public binary_function<T1, T2, R> // if wrapping a binary functor
203 : public binary_function<typename Predicate::first_argument_type,
306 class pointer_to_binary_function : public binary_function<Arg1, Arg2, Result>
325 class mem_fun1_t : public binary_function<T*, A, S> // deprecated in C++11, removed in C++17
344 class mem_fun1_ref_t : public binary_function<T, A, S> // deprecated in C++11, removed in C++17
365 class const_mem_fun1_t : public binary_function<const T*, A, S> // deprecated in C++11, removed in C++17
386 class const_mem_fun1_ref_t : public binary_function<T, A, S> // deprecated in C++11, removed in C++17
411 : public binary_function<T1, T2, R> // iff sizeof...(ArgTypes) == 2 and
532 #include <__functional/binary_function
[all...]
H A Dmemory787 : binary_function<shared_ptr<T>, shared_ptr<T>, bool>
797 : binary_function<weak_ptr<T>, weak_ptr<T>, bool>
H A Dlibcxx.imp
H A Dmodule.modulemap.in
H A Dmap579 #include <__functional/binary_function.h>
/freebsd-src/lib/libc++/
H A DMakefile751 FUN_HEADERS+= binary_function.h
H A Dmodule.modulemap
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc805 SYMBOL(binary_function, std::, <functional>)