Home
last modified time | relevance | path

Searched refs:is_member_function_pointer (Results 1 – 25 of 1686) sorted by relevance

12345678910>>...68

/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/type_traits/detail/
H A Dis_member_function_pointer_cxx_11.hpp26 struct is_member_function_pointer : public false_type {}; struct
28 struct is_member_function_pointer<T const> : public is_member_function_pointer<T> {}; struct
30 struct is_member_function_pointer<T volatile> : public is_member_function_pointer<T> {}; struct
32 struct is_member_function_pointer<T const volatile> : public is_member_function_pointer<T> {}; struct
50 …struct is_member_function_pointer<Ret (C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_ty… struct
55 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)const BOOST_TT_NOEXCEPT_DECL> : public tr… struct
72 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)& BOOST_TT_NOEXCEPT_DECL> : public true_t… struct
114 …struct is_member_function_pointer<Ret __clrcall(Args...)BOOST_TT_NOEXCEPT_DECL> : public true_type… struct
175 …struct is_member_function_pointer<Ret __clrcall(Args...)&BOOST_TT_NOEXCEPT_DECL> : public true_typ… struct
304 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_typ… struct
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/type_traits/detail/
H A Dis_member_function_pointer_cxx_11.hpp26 struct is_member_function_pointer : public false_type {}; struct
28 struct is_member_function_pointer<T const> : public is_member_function_pointer<T> {}; struct
30 struct is_member_function_pointer<T volatile> : public is_member_function_pointer<T> {}; struct
32 struct is_member_function_pointer<T const volatile> : public is_member_function_pointer<T> {}; struct
50 …struct is_member_function_pointer<Ret (C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_ty… struct
55 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)const BOOST_TT_NOEXCEPT_DECL> : public tr… struct
72 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)& BOOST_TT_NOEXCEPT_DECL> : public true_t… struct
94 …struct is_member_function_pointer<Ret(C::*)(Args..., ...) && BOOST_TT_NOEXCEPT_DECL> : public true… struct
124 …struct is_member_function_pointer<Ret(__cdecl C::*)(Args...)BOOST_TT_NOEXCEPT_DECL> : public true_… struct
361 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_typ… struct
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/type_traits/detail/
H A Dis_member_function_pointer_cxx_11.hpp26 struct is_member_function_pointer : public false_type {}; struct
28 struct is_member_function_pointer<T const> : public is_member_function_pointer<T> {}; struct
30 struct is_member_function_pointer<T volatile> : public is_member_function_pointer<T> {}; struct
32 struct is_member_function_pointer<T const volatile> : public is_member_function_pointer<T> {}; struct
50 …struct is_member_function_pointer<Ret (C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_ty… struct
55 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)const BOOST_TT_NOEXCEPT_DECL> : public tr… struct
72 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)& BOOST_TT_NOEXCEPT_DECL> : public true_t… struct
94 …struct is_member_function_pointer<Ret(C::*)(Args..., ...) && BOOST_TT_NOEXCEPT_DECL> : public true… struct
116 …struct is_member_function_pointer<Ret(__cdecl C::*)(Args...)BOOST_TT_NOEXCEPT_DECL> : public true_… struct
374 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_typ… struct
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/type_traits/detail/
H A Dis_member_function_pointer_cxx_11.hpp26 struct is_member_function_pointer : public false_type {}; struct
28 struct is_member_function_pointer<T const> : public is_member_function_pointer<T> {}; struct
30 struct is_member_function_pointer<T volatile> : public is_member_function_pointer<T> {}; struct
32 struct is_member_function_pointer<T const volatile> : public is_member_function_pointer<T> {}; struct
50 …struct is_member_function_pointer<Ret (C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_ty… struct
55 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)const BOOST_TT_NOEXCEPT_DECL> : public tr… struct
72 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)& BOOST_TT_NOEXCEPT_DECL> : public true_t… struct
94 …struct is_member_function_pointer<Ret(C::*)(Args..., ...) && BOOST_TT_NOEXCEPT_DECL> : public true… struct
124 …struct is_member_function_pointer<Ret(__cdecl C::*)(Args...)BOOST_TT_NOEXCEPT_DECL> : public true_… struct
361 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_typ… struct
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/type_traits/detail/
H A Dis_member_function_pointer_cxx_11.hpp26 struct is_member_function_pointer : public false_type {}; struct
28 struct is_member_function_pointer<T const> : public is_member_function_pointer<T> {}; struct
30 struct is_member_function_pointer<T volatile> : public is_member_function_pointer<T> {}; struct
32 struct is_member_function_pointer<T const volatile> : public is_member_function_pointer<T> {}; struct
50 …struct is_member_function_pointer<Ret (C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_ty… struct
55 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)const BOOST_TT_NOEXCEPT_DECL> : public tr… struct
72 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)& BOOST_TT_NOEXCEPT_DECL> : public true_t… struct
94 …struct is_member_function_pointer<Ret(C::*)(Args..., ...) && BOOST_TT_NOEXCEPT_DECL> : public true… struct
124 …struct is_member_function_pointer<Ret(__cdecl C::*)(Args...)BOOST_TT_NOEXCEPT_DECL> : public true_… struct
361 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_typ… struct
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/type_traits/detail/
H A Dis_member_function_pointer_cxx_11.hpp26 struct is_member_function_pointer : public false_type {}; struct
28 struct is_member_function_pointer<T const> : public is_member_function_pointer<T> {}; struct
30 struct is_member_function_pointer<T volatile> : public is_member_function_pointer<T> {}; struct
32 struct is_member_function_pointer<T const volatile> : public is_member_function_pointer<T> {}; struct
50 …struct is_member_function_pointer<Ret (C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_ty… struct
55 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)const BOOST_TT_NOEXCEPT_DECL> : public tr… struct
72 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)& BOOST_TT_NOEXCEPT_DECL> : public true_t… struct
94 …struct is_member_function_pointer<Ret(C::*)(Args..., ...) && BOOST_TT_NOEXCEPT_DECL> : public true… struct
124 …struct is_member_function_pointer<Ret(__cdecl C::*)(Args...)BOOST_TT_NOEXCEPT_DECL> : public true_… struct
361 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_typ… struct
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/type_traits/detail/
H A Dis_member_function_pointer_cxx_11.hpp26 struct is_member_function_pointer : public false_type {}; struct
28 struct is_member_function_pointer<T const> : public is_member_function_pointer<T> {}; struct
30 struct is_member_function_pointer<T volatile> : public is_member_function_pointer<T> {}; struct
32 struct is_member_function_pointer<T const volatile> : public is_member_function_pointer<T> {}; struct
50 …struct is_member_function_pointer<Ret (C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_ty… struct
55 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)const BOOST_TT_NOEXCEPT_DECL> : public tr… struct
72 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)& BOOST_TT_NOEXCEPT_DECL> : public true_t… struct
94 …struct is_member_function_pointer<Ret(C::*)(Args..., ...) && BOOST_TT_NOEXCEPT_DECL> : public true… struct
124 …struct is_member_function_pointer<Ret(__cdecl C::*)(Args...)BOOST_TT_NOEXCEPT_DECL> : public true_… struct
361 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_typ… struct
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/type_traits/detail/
H A Dis_member_function_pointer_cxx_11.hpp26 struct is_member_function_pointer : public false_type {}; struct
28 struct is_member_function_pointer<T const> : public is_member_function_pointer<T> {}; struct
30 struct is_member_function_pointer<T volatile> : public is_member_function_pointer<T> {}; struct
32 struct is_member_function_pointer<T const volatile> : public is_member_function_pointer<T> {}; struct
50 …struct is_member_function_pointer<Ret (C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_ty… struct
55 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)const BOOST_TT_NOEXCEPT_DECL> : public tr… struct
72 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)& BOOST_TT_NOEXCEPT_DECL> : public true_t… struct
94 …struct is_member_function_pointer<Ret(C::*)(Args..., ...) && BOOST_TT_NOEXCEPT_DECL> : public true… struct
124 …struct is_member_function_pointer<Ret(__cdecl C::*)(Args...)BOOST_TT_NOEXCEPT_DECL> : public true_… struct
361 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_typ… struct
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/type_traits/detail/
H A Dis_member_function_pointer_cxx_11.hpp26 struct is_member_function_pointer : public false_type {}; struct
28 struct is_member_function_pointer<T const> : public is_member_function_pointer<T> {}; struct
30 struct is_member_function_pointer<T volatile> : public is_member_function_pointer<T> {}; struct
32 struct is_member_function_pointer<T const volatile> : public is_member_function_pointer<T> {}; struct
50 …struct is_member_function_pointer<Ret (C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_ty… struct
55 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)const BOOST_TT_NOEXCEPT_DECL> : public tr… struct
72 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)& BOOST_TT_NOEXCEPT_DECL> : public true_t… struct
94 …struct is_member_function_pointer<Ret(C::*)(Args..., ...) && BOOST_TT_NOEXCEPT_DECL> : public true… struct
124 …struct is_member_function_pointer<Ret(__cdecl C::*)(Args...)BOOST_TT_NOEXCEPT_DECL> : public true_… struct
361 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_typ… struct
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/type_traits/detail/
H A Dis_member_function_pointer_cxx_11.hpp26 struct is_member_function_pointer : public false_type {}; struct
28 struct is_member_function_pointer<T const> : public is_member_function_pointer<T> {}; struct
30 struct is_member_function_pointer<T volatile> : public is_member_function_pointer<T> {}; struct
32 struct is_member_function_pointer<T const volatile> : public is_member_function_pointer<T> {}; struct
50 …struct is_member_function_pointer<Ret (C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_ty… struct
55 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)const BOOST_TT_NOEXCEPT_DECL> : public tr… struct
72 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)& BOOST_TT_NOEXCEPT_DECL> : public true_t… struct
94 …struct is_member_function_pointer<Ret(C::*)(Args..., ...) && BOOST_TT_NOEXCEPT_DECL> : public true… struct
124 …struct is_member_function_pointer<Ret(__cdecl C::*)(Args...)BOOST_TT_NOEXCEPT_DECL> : public true_… struct
361 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_typ… struct
[all …]
/dports/devel/py-pythran/pythran-0.11.0/third_party/boost/type_traits/detail/
H A Dis_member_function_pointer_cxx_11.hpp26 struct is_member_function_pointer : public false_type {}; struct
28 struct is_member_function_pointer<T const> : public is_member_function_pointer<T> {}; struct
30 struct is_member_function_pointer<T volatile> : public is_member_function_pointer<T> {}; struct
32 struct is_member_function_pointer<T const volatile> : public is_member_function_pointer<T> {}; struct
50 …struct is_member_function_pointer<Ret (C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_ty… struct
55 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)const BOOST_TT_NOEXCEPT_DECL> : public tr… struct
72 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)& BOOST_TT_NOEXCEPT_DECL> : public true_t… struct
94 …struct is_member_function_pointer<Ret(C::*)(Args..., ...) && BOOST_TT_NOEXCEPT_DECL> : public true… struct
124 …struct is_member_function_pointer<Ret(__cdecl C::*)(Args...)BOOST_TT_NOEXCEPT_DECL> : public true_… struct
361 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_typ… struct
[all …]
/dports/devel/py-pythran/pythran-0.11.0/pythran/boost/type_traits/detail/
H A Dis_member_function_pointer_cxx_11.hpp26 struct is_member_function_pointer : public false_type {}; struct
28 struct is_member_function_pointer<T const> : public is_member_function_pointer<T> {}; struct
30 struct is_member_function_pointer<T volatile> : public is_member_function_pointer<T> {}; struct
32 struct is_member_function_pointer<T const volatile> : public is_member_function_pointer<T> {}; struct
50 …struct is_member_function_pointer<Ret (C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_ty… struct
55 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)const BOOST_TT_NOEXCEPT_DECL> : public tr… struct
72 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)& BOOST_TT_NOEXCEPT_DECL> : public true_t… struct
94 …struct is_member_function_pointer<Ret(C::*)(Args..., ...) && BOOST_TT_NOEXCEPT_DECL> : public true… struct
124 …struct is_member_function_pointer<Ret(__cdecl C::*)(Args...)BOOST_TT_NOEXCEPT_DECL> : public true_… struct
361 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_typ… struct
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/type_traits/detail/
H A Dis_member_function_pointer_cxx_11.hpp26 struct is_member_function_pointer : public false_type {}; struct
28 struct is_member_function_pointer<T const> : public is_member_function_pointer<T> {}; struct
30 struct is_member_function_pointer<T volatile> : public is_member_function_pointer<T> {}; struct
32 struct is_member_function_pointer<T const volatile> : public is_member_function_pointer<T> {}; struct
50 …struct is_member_function_pointer<Ret (C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_ty… struct
55 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)const BOOST_TT_NOEXCEPT_DECL> : public tr… struct
72 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)& BOOST_TT_NOEXCEPT_DECL> : public true_t… struct
94 …struct is_member_function_pointer<Ret(C::*)(Args..., ...) && BOOST_TT_NOEXCEPT_DECL> : public true… struct
124 …struct is_member_function_pointer<Ret(__cdecl C::*)(Args...)BOOST_TT_NOEXCEPT_DECL> : public true_… struct
361 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_typ… struct
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/type_traits/test/
H A Dis_member_func_test.cpp33 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<T>::value, true); in test_tricky()
37 TT_TEST_BEGIN(is_member_function_pointer)
39 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f1>::value, false);
40 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f2>::value, false);
41 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f3>::value, false);
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf1>::value, true);
44 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf2>::value, true);
45 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf3>::value, true);
46 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf4>::value, true);
47 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<cmf>::value, true);
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/type_traits/test/
H A Dis_member_func_test.cpp33 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<T>::value, true); in test_tricky()
37 TT_TEST_BEGIN(is_member_function_pointer)
39 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f1>::value, false);
40 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f2>::value, false);
41 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f3>::value, false);
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf1>::value, true);
44 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf2>::value, true);
45 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf3>::value, true);
46 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf4>::value, true);
47 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<cmf>::value, true);
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/type_traits/test/
H A Dis_member_func_test.cpp33 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<T>::value, true); in test_tricky()
37 TT_TEST_BEGIN(is_member_function_pointer)
39 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f1>::value, false);
40 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f2>::value, false);
41 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f3>::value, false);
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf1>::value, true);
44 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf2>::value, true);
45 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf3>::value, true);
46 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf4>::value, true);
47 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<cmf>::value, true);
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/type_traits/test/
H A Dis_member_func_test.cpp33 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<T>::value, true); in test_tricky()
37 TT_TEST_BEGIN(is_member_function_pointer)
39 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f1>::value, false);
40 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f2>::value, false);
41 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f3>::value, false);
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf1>::value, true);
44 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf2>::value, true);
45 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf3>::value, true);
46 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf4>::value, true);
47 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<cmf>::value, true);
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/type_traits/test/
H A Dis_member_func_test.cpp15 TT_TEST_BEGIN(is_member_function_pointer)
17 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f1>::value, false);
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f2>::value, false);
19 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f3>::value, false);
20 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<void*>::value, false);
21 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf1>::value, true);
22 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf2>::value, true);
23 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf3>::value, true);
24 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf4>::value, true);
25 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<cmf>::value, true);
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/type_traits/test/
H A Dis_member_func_test.cpp15 TT_TEST_BEGIN(is_member_function_pointer)
17 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f1>::value, false);
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f2>::value, false);
19 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f3>::value, false);
20 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<void*>::value, false);
21 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf1>::value, true);
22 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf2>::value, true);
23 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf3>::value, true);
24 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf4>::value, true);
25 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<cmf>::value, true);
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/type_traits/test/
H A Dis_member_func_test.cpp15 TT_TEST_BEGIN(is_member_function_pointer)
17 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f1>::value, false);
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f2>::value, false);
19 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f3>::value, false);
20 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<void*>::value, false);
21 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf1>::value, true);
22 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf2>::value, true);
23 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf3>::value, true);
24 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf4>::value, true);
25 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<cmf>::value, true);
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/type_traits/test/
H A Dis_member_func_test.cpp15 TT_TEST_BEGIN(is_member_function_pointer)
17 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f1>::value, false);
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f2>::value, false);
19 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f3>::value, false);
20 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<void*>::value, false);
21 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf1>::value, true);
22 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf2>::value, true);
23 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf3>::value, true);
24 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf4>::value, true);
25 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<cmf>::value, true);
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/type_traits/test/
H A Dis_member_func_test.cpp15 TT_TEST_BEGIN(is_member_function_pointer)
17 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f1>::value, false);
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f2>::value, false);
19 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<f3>::value, false);
20 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<void*>::value, false);
21 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf1>::value, true);
22 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf2>::value, true);
23 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf3>::value, true);
24 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<mf4>::value, true);
25 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_member_function_pointer<cmf>::value, true);
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/function_types/test/classification/
H A Dis_cv_mem_func_ptr.cpp30 ft::is_member_function_pointer< mem_func_ptr,
43 ft::is_member_function_pointer< mem_func_ptr,
48 ft::is_member_function_pointer< mem_func_ptr,
53 ft::is_member_function_pointer< mem_func_ptr,
76 ft::is_member_function_pointer< c_mem_func_ptr,
81 ft::is_member_function_pointer< c_mem_func_ptr,
104 ft::is_member_function_pointer< v_mem_func_ptr,
109 ft::is_member_function_pointer< v_mem_func_ptr,
132 ft::is_member_function_pointer< cv_mem_func_ptr,
137 ft::is_member_function_pointer< cv_mem_func_ptr,
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/function_types/test/classification/
H A Dis_cv_mem_func_ptr.cpp30 ft::is_member_function_pointer< mem_func_ptr,
43 ft::is_member_function_pointer< mem_func_ptr,
48 ft::is_member_function_pointer< mem_func_ptr,
53 ft::is_member_function_pointer< mem_func_ptr,
76 ft::is_member_function_pointer< c_mem_func_ptr,
81 ft::is_member_function_pointer< c_mem_func_ptr,
104 ft::is_member_function_pointer< v_mem_func_ptr,
109 ft::is_member_function_pointer< v_mem_func_ptr,
132 ft::is_member_function_pointer< cv_mem_func_ptr,
137 ft::is_member_function_pointer< cv_mem_func_ptr,
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/function_types/test/classification/
H A Dis_cv_mem_func_ptr.cpp30 ft::is_member_function_pointer< mem_func_ptr,
43 ft::is_member_function_pointer< mem_func_ptr,
48 ft::is_member_function_pointer< mem_func_ptr,
53 ft::is_member_function_pointer< mem_func_ptr,
76 ft::is_member_function_pointer< c_mem_func_ptr,
81 ft::is_member_function_pointer< c_mem_func_ptr,
104 ft::is_member_function_pointer< v_mem_func_ptr,
109 ft::is_member_function_pointer< v_mem_func_ptr,
132 ft::is_member_function_pointer< cv_mem_func_ptr,
137 ft::is_member_function_pointer< cv_mem_func_ptr,
[all …]

12345678910>>...68