Home
last modified time | relevance | path

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

1234567

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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;
/dports/lang/zig/zig-0.9.0/lib/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;
/dports/lang/zig-devel/zig-0.9.0/lib/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;
/dports/devel/llvm13/llvm-project-13.0.1.src/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;
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dfunctional.h35 struct binary_function { struct
36 typedef Arg1 first_argument_type;
37 typedef Arg2 second_argument_type;
38 typedef Result result_type;
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/stlport/stl/
H A D_function_base.h53 struct binary_function { struct
60 ~binary_function() {} in ~binary_function() argument
/dports/games/scummvm/scummvm-2.5.1/engines/ags/lib/std/
H A Dfunctional.h36 struct binary_function { // base class for binary functions struct
37 using first_argument_type = _Arg1;
38 using second_argument_type = _Arg2;
39 using result_type = _Result;
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/stlport/stl/
H A D_function_base.h46 struct binary_function { struct
53 struct equal_to : public binary_function<_Tp, _Tp, bool> { argument
/dports/lang/gcc12-devel/gcc-12-20211205/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()
/dports/lang/gcc8/gcc-8.5.0/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()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/bits/
H A Dstl_heap.h118 _GLIBCXX20_CONSTEXPR in _GLIBCXX_VISIBILITY()
119 inline bool in _GLIBCXX_VISIBILITY()
123 return std::__is_heap(__first, _GLIBCXX_MOVE(__comp), in _GLIBCXX_VISIBILITY()
125 } in _GLIBCXX_VISIBILITY()
127 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap, in _GLIBCXX_VISIBILITY()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/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()
/dports/lang/gcc11/gcc-11.2.0/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()
/dports/lang/gcc11-devel/gcc-11-20211009/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()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/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()
/dports/devel/avr-gcc/gcc-10.2.0/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()
/dports/lang/gnat_util/gcc-6-20180516/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()
/dports/lang/gcc9-devel/gcc-9-20211007/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()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/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()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/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()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/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()
/dports/lang/gcc9-aux/gcc-9.1.0/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()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/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()

1234567