Home
last modified time | relevance | path

Searched refs:mem_fun_impl (Results 1 – 23 of 23) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/boost/multi_index/
H A Dmem_fun.hpp94 struct mem_fun_impl struct
140 detail::mem_fun_impl<Class,Type,Type (Class::*)(),PtrToMemberFunction>{};
145 struct volatile_mem_fun:detail::mem_fun_impl<
168 detail::mem_fun_impl<Class,Type,Type (Class::*)()&,PtrToMemberFunction>{};
173 struct vref_mem_fun:detail::mem_fun_impl<
/dports/devel/hyperscan/boost_1_75_0/boost/multi_index/
H A Dmem_fun.hpp94 struct mem_fun_impl struct
140 detail::mem_fun_impl<Class,Type,Type (Class::*)(),PtrToMemberFunction>{};
145 struct volatile_mem_fun:detail::mem_fun_impl<
168 detail::mem_fun_impl<Class,Type,Type (Class::*)()&,PtrToMemberFunction>{};
173 struct vref_mem_fun:detail::mem_fun_impl<
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/multi_index/
H A Dmem_fun.hpp94 struct mem_fun_impl struct
140 detail::mem_fun_impl<Class,Type,Type (Class::*)(),PtrToMemberFunction>{};
145 struct volatile_mem_fun:detail::mem_fun_impl<
168 detail::mem_fun_impl<Class,Type,Type (Class::*)()&,PtrToMemberFunction>{};
173 struct vref_mem_fun:detail::mem_fun_impl<
/dports/devel/R-cran-BH/BH/inst/include/boost/multi_index/
H A Dmem_fun.hpp94 struct mem_fun_impl struct
140 detail::mem_fun_impl<Class,Type,Type (Class::*)(),PtrToMemberFunction>{};
145 struct volatile_mem_fun:detail::mem_fun_impl<
168 detail::mem_fun_impl<Class,Type,Type (Class::*)()&,PtrToMemberFunction>{};
173 struct vref_mem_fun:detail::mem_fun_impl<
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/multi_index/
H A Dmem_fun.hpp94 struct mem_fun_impl struct
140 detail::mem_fun_impl<Class,Type,Type (Class::*)(),PtrToMemberFunction>{};
145 struct volatile_mem_fun:detail::mem_fun_impl<
168 detail::mem_fun_impl<Class,Type,Type (Class::*)()&,PtrToMemberFunction>{};
173 struct vref_mem_fun:detail::mem_fun_impl<
/dports/devel/boost-libs/boost_1_72_0/boost/multi_index/
H A Dmem_fun.hpp94 struct mem_fun_impl struct
140 detail::mem_fun_impl<Class,Type,Type (Class::*)(),PtrToMemberFunction>{};
145 struct volatile_mem_fun:detail::mem_fun_impl<
168 detail::mem_fun_impl<Class,Type,Type (Class::*)()&,PtrToMemberFunction>{};
173 struct vref_mem_fun:detail::mem_fun_impl<
/dports/devel/boost-python-libs/boost_1_72_0/boost/multi_index/
H A Dmem_fun.hpp94 struct mem_fun_impl struct
140 detail::mem_fun_impl<Class,Type,Type (Class::*)(),PtrToMemberFunction>{};
145 struct volatile_mem_fun:detail::mem_fun_impl<
168 detail::mem_fun_impl<Class,Type,Type (Class::*)()&,PtrToMemberFunction>{};
173 struct vref_mem_fun:detail::mem_fun_impl<
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dfor-range-examples.cpp100 template<typename...> class mem_fun_impl;
102 class mem_fun_impl<R (T::*)(A...)> { class
106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() function in map_range::mem_fun_impl
109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dfor-range-examples.cpp100 template<typename...> class mem_fun_impl;
102 class mem_fun_impl<R (T::*)(A...)> { class
106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() function in map_range::mem_fun_impl
109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dfor-range-examples.cpp100 template<typename...> class mem_fun_impl;
102 class mem_fun_impl<R (T::*)(A...)> { class
106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() function in map_range::mem_fun_impl
109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dfor-range-examples.cpp100 template<typename...> class mem_fun_impl;
102 class mem_fun_impl<R (T::*)(A...)> { class
106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() function in map_range::mem_fun_impl
109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dfor-range-examples.cpp100 template<typename...> class mem_fun_impl;
102 class mem_fun_impl<R (T::*)(A...)> { class
106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() function in map_range::mem_fun_impl
109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dfor-range-examples.cpp100 template<typename...> class mem_fun_impl;
102 class mem_fun_impl<R (T::*)(A...)> { class
106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() function in map_range::mem_fun_impl
109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dfor-range-examples.cpp100 template<typename...> class mem_fun_impl;
102 class mem_fun_impl<R (T::*)(A...)> { class
106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() function in map_range::mem_fun_impl
109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dfor-range-examples.cpp100 template<typename...> class mem_fun_impl;
102 class mem_fun_impl<R (T::*)(A...)> { class
106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() function in map_range::mem_fun_impl
109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dfor-range-examples.cpp100 template<typename...> class mem_fun_impl;
102 class mem_fun_impl<R (T::*)(A...)> { class
106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() function in map_range::mem_fun_impl
109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dfor-range-examples.cpp100 template<typename...> class mem_fun_impl;
102 class mem_fun_impl<R (T::*)(A...)> { class
106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() function in map_range::mem_fun_impl
109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun()
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dfor-range-examples.cpp100 template<typename...> class mem_fun_impl;
102 class mem_fun_impl<R (T::*)(A...)> { class
106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() function in map_range::mem_fun_impl
109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dfor-range-examples.cpp100 template<typename...> class mem_fun_impl;
102 class mem_fun_impl<R (T::*)(A...)> { class
106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() function in map_range::mem_fun_impl
109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dfor-range-examples.cpp100 template<typename...> class mem_fun_impl;
102 class mem_fun_impl<R (T::*)(A...)> { class
106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() function in map_range::mem_fun_impl
109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dfor-range-examples.cpp100 template<typename...> class mem_fun_impl;
102 class mem_fun_impl<R (T::*)(A...)> { class
106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() function in map_range::mem_fun_impl
109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dfor-range-examples.cpp100 template<typename...> class mem_fun_impl;
102 class mem_fun_impl<R (T::*)(A...)> { class
106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() function in map_range::mem_fun_impl
109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dfor-range-examples.cpp100 template<typename...> class mem_fun_impl;
102 class mem_fun_impl<R (T::*)(A...)> { class
106 mem_fun_impl(F f) : f(f) {} in mem_fun_impl() function in map_range::mem_fun_impl
109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun()