Home
last modified time | relevance | path

Searched defs:function_traits (Results 1 – 25 of 108) sorted by relevance

12345

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/detail/
H A Dtraits.hpp74 struct function_traits struct
100 struct function_traits<ReturnType(Args...)> struct
107 typedef ReturnType result_type;
114 typedef ReturnType function_type(Args...);
132 enum { arity = sizeof...(Args) };
140 struct arg
147 struct function_traits<ReturnType(*)(Args...)> struct
155 typedef ClassType& owner_type;
162 typedef const ClassType& owner_type;
169 typedef volatile ClassType& owner_type;
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/detail/
H A Dtraits.hpp74 struct function_traits struct
100 struct function_traits<ReturnType(Args...)> struct
107 typedef ReturnType result_type;
114 typedef ReturnType function_type(Args...);
132 enum { arity = sizeof...(Args) };
140 struct arg
147 struct function_traits<ReturnType(*)(Args...)> struct
155 typedef ClassType& owner_type;
162 typedef const ClassType& owner_type;
169 typedef volatile ClassType& owner_type;
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/detail/
H A Dtraits.hpp74 struct function_traits struct
100 struct function_traits<ReturnType(Args...)> struct
107 typedef ReturnType result_type;
114 typedef ReturnType function_type(Args...);
132 enum { arity = sizeof...(Args) };
140 struct arg
147 struct function_traits<ReturnType(*)(Args...)> struct
155 typedef ClassType& owner_type;
162 typedef const ClassType& owner_type;
169 typedef volatile ClassType& owner_type;
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/detail/
H A Dtraits.hpp74 struct function_traits struct
100 struct function_traits<ReturnType(Args...)> struct
107 typedef ReturnType result_type;
114 typedef ReturnType function_type(Args...);
132 enum { arity = sizeof...(Args) };
140 struct arg
147 struct function_traits<ReturnType(*)(Args...)> struct
155 typedef ClassType& owner_type;
162 typedef const ClassType& owner_type;
169 typedef volatile ClassType& owner_type;
[all …]
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/include/thread_pipe/
H A Dtraits.hpp73 struct function_traits struct
99 struct function_traits<ReturnType(Args...)> struct
106 typedef ReturnType result_type;
113 typedef ReturnType function_type(Args...);
131 enum { arity = sizeof...(Args) };
139 struct arg
146 struct function_traits<ReturnType(*)(Args...)> struct
154 typedef ClassType& owner_type;
161 typedef const ClassType& owner_type;
168 typedef volatile ClassType& owner_type;
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/leaf/detail/
H A Dfunction_traits.hpp36 struct function_traits struct
38 constexpr static int arity = -1;
46 using tr = function_traits<decltype(&F::operator())>;
50 using return_type = typename tr::return_type;
51 static constexpr int arity = tr::arity - 1;
56 struct arg:
63 struct function_traits<R(A...)> struct
65 using return_type = R;
66 static constexpr int arity = sizeof...(A);
68 using mp_args = leaf_detail_mp11::mp_list<A...>;
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/leaf/detail/
H A Dfunction_traits.hpp36 struct function_traits struct
38 constexpr static int arity = -1;
46 using tr = function_traits<decltype(&F::operator())>;
50 using return_type = typename tr::return_type;
51 static constexpr int arity = tr::arity - 1;
56 struct arg:
63 struct function_traits<R(A...)> struct
65 using return_type = R;
66 static constexpr int arity = sizeof...(A);
68 using mp_args = leaf_detail_mp11::mp_list<A...>;
[all …]
/dports/devel/functionalplus/FunctionalPlus-0.2.18-p0/include/fplus/
H A Dfunction_traits.hpp82 struct function_traits struct
108 struct function_traits<ReturnType(Args...)> struct
115 typedef ReturnType result_type;
122 typedef ReturnType function_type(Args...);
140 enum { arity = sizeof...(Args) };
148 struct arg
155 struct function_traits<ReturnType(*)(Args...)> struct
163 typedef ClassType& owner_type;
170 typedef const ClassType& owner_type;
177 typedef volatile ClassType& owner_type;
[all …]
/dports/cad/opentimer/OpenTimer-18d28ff/ot/taskflow/utility/
H A Dtraits.hpp128 struct function_traits struct
130 using arguments = typename tuple_tail<
137 struct argument {
143 using argument_t = typename argument<N>::type;
150 struct function_traits<R(Args...)> { struct
152 using return_type = R;
153 using argument_tuple_type = std::tuple<Args...>;
158 struct argument {
164 using argument_t = typename argument<N>::type;
179 struct function_traits<R(C::*)(Args ...) const> struct
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/taskflow-2.5.0/include/taskflow/utility/
H A Dtraits.hpp137 struct function_traits struct
139 using arguments = typename tuple_tail<
146 struct argument {
152 using argument_t = typename argument<N>::type;
159 struct function_traits<R(Args...)> { struct
161 using return_type = R;
162 using argument_tuple_type = std::tuple<Args...>;
167 struct argument {
173 using argument_t = typename argument<N>::type;
188 struct function_traits<R(C::*)(Args ...) const> struct
[all …]
/dports/devel/py-rapidfuzz/rapidfuzz-1.8.0/3rd-party/taskflow/taskflow/utility/
H A Dtraits.hpp136 struct function_traits struct
138 using arguments = typename tuple_tail<
145 struct argument {
151 using argument_t = typename argument<N>::type;
158 struct function_traits<R(Args...)> { struct
160 using return_type = R;
161 using argument_tuple_type = std::tuple<Args...>;
166 struct argument {
172 using argument_t = typename argument<N>::type;
187 struct function_traits<R(C::*)(Args ...) const> struct
[all …]
/dports/cad/netgen/netgen-6.2.2105/libsrc/general/
H A Dngpython.hpp56 struct function_traits struct
60 struct function_traits<ReturnType(ClassType::*)(Args...) const> { struct
61 typedef ReturnType (*pointer)(Args...);
62 typedef ReturnType return_type;
/dports/www/wt/wt-4.6.1/src/Wt/Signals/
H A Dsignals.hpp284 struct function_traits : public function_traits<decltype(&Function::operator())> struct
288 struct function_traits<ReturnType(ClassType::*)(Args...) const> struct
290 static constexpr int argCount = sizeof...(Args);
291 typedef std::function<ReturnType(Args...)> function;
295 struct function_traits<ReturnType(ClassType::*)(Args...)> struct
297 static constexpr int argCount = sizeof...(Args);
298 typedef std::function<ReturnType(Args...)> function;
/dports/x11/polybar/polybar-3.5.7/lib/xpp/include/xpp/generic/
H A Dreply_iterator.hpp76 struct function_traits<signature<Signature, S>> : function_traits<Signature> {}; struct
79 struct function_traits<R(*)(Args...)> : function_traits<R(Args...)> {}; struct
82 struct function_traits<R(Args...)> struct
84 using result_type = R;
85 const static std::size_t arity = sizeof...(Args);
88 struct argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/debug/
H A Dpr70271.C4 struct function_traits struct
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/debug/
H A Dpr70271.C4 struct function_traits struct
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/debug/
H A Dpr70271.C4 struct function_traits struct
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/debug/
H A Dpr70271.C4 struct function_traits struct
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/debug/
H A Dpr70271.C4 struct function_traits struct
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/debug/
H A Dpr70271.C4 struct function_traits struct
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/debug/
H A Dpr70271.C4 struct function_traits struct
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/debug/
H A Dpr70271.C4 struct function_traits struct
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/debug/
H A Dpr70271.C4 struct function_traits struct
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/debug/
H A Dpr70271.C4 struct function_traits struct
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/debug/
H A Dpr70271.C4 struct function_traits struct

12345