Home
last modified time | relevance | path

Searched refs:is_pointer (Results 1 – 25 of 4483) sorted by relevance

12345678910>>...180

/dports/devel/boost-python-libs/boost_1_72_0/libs/type_traits/test/
H A Dis_pointer_test.cpp15 TT_TEST_BEGIN(is_pointer)
17 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int>::value, false);
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int&>::value, false);
20 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int&&>::value, false);
22 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int*>::value, true);
38 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f1>::value, true);
39 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f2>::value, true);
40 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f3>::value, true);
42 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf1>::value, false);
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf2>::value, false);
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/type_traits/test/
H A Dis_pointer_test.cpp15 TT_TEST_BEGIN(is_pointer)
17 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int>::value, false);
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int&>::value, false);
20 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int&&>::value, false);
22 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int*>::value, true);
38 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f1>::value, true);
39 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f2>::value, true);
40 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f3>::value, true);
42 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf1>::value, false);
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf2>::value, false);
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/type_traits/test/
H A Dis_pointer_test.cpp15 TT_TEST_BEGIN(is_pointer)
17 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int>::value, false);
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int&>::value, false);
20 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int&&>::value, false);
22 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int*>::value, true);
38 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f1>::value, true);
39 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f2>::value, true);
40 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f3>::value, true);
42 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf1>::value, false);
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf2>::value, false);
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/type_traits/test/
H A Dis_pointer_test.cpp15 TT_TEST_BEGIN(is_pointer)
17 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int>::value, false);
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int&>::value, false);
20 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int&&>::value, false);
22 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int*>::value, true);
38 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f1>::value, true);
39 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f2>::value, true);
40 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f3>::value, true);
42 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf1>::value, false);
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf2>::value, false);
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/type_traits/test/
H A Dis_pointer_test.cpp15 TT_TEST_BEGIN(is_pointer)
17 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int>::value, false);
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int&>::value, false);
20 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int&&>::value, false);
22 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int*>::value, true);
38 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f1>::value, true);
39 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f2>::value, true);
40 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f3>::value, true);
42 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf1>::value, false);
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf2>::value, false);
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/type_traits/test/
H A Dis_pointer_test.cpp15 TT_TEST_BEGIN(is_pointer)
17 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int>::value, false);
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int&>::value, false);
20 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int&&>::value, false);
22 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int*>::value, true);
38 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f1>::value, true);
39 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f2>::value, true);
40 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f3>::value, true);
42 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf1>::value, false);
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf2>::value, false);
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/type_traits/test/
H A Dis_pointer_test.cpp15 TT_TEST_BEGIN(is_pointer)
17 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int>::value, false);
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int&>::value, false);
20 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int&&>::value, false);
22 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int*>::value, true);
38 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f1>::value, true);
39 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f2>::value, true);
40 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f3>::value, true);
42 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf1>::value, false);
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf2>::value, false);
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/type_traits/test/
H A Dis_pointer_test.cpp15 TT_TEST_BEGIN(is_pointer)
17 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int>::value, false);
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int&>::value, false);
20 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int&&>::value, false);
22 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int*>::value, true);
38 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f1>::value, true);
39 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f2>::value, true);
40 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f3>::value, true);
42 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf1>::value, false);
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf2>::value, false);
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/type_traits/test/
H A Dis_pointer_test.cpp15 TT_TEST_BEGIN(is_pointer)
17 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int>::value, false);
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int&>::value, false);
20 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int&&>::value, false);
22 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<int*>::value, true);
38 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f1>::value, true);
39 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f2>::value, true);
40 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<f3>::value, true);
42 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf1>::value, false);
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pointer<mf2>::value, false);
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/type_traits/
H A Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
31 template <class T> struct is_pointer : public false_type{};
32 template <class T> struct is_pointer<T*> : public true_type{};
33 template <class T> struct is_pointer<T*const> : public true_type{};
34 template <class T> struct is_pointer<T*const volatile> : public true_type{};
35 template <class T> struct is_pointer<T*volatile> : public true_type{};
38 template <class T> struct is_pointer<T const> : public is_pointer<T>{};
39 template <class T> struct is_pointer<T const volatile> : public is_pointer<T>{};
40 template <class T> struct is_pointer<T volatile> : public is_pointer<T>{};
/dports/math/petanque/arybo-release-1.1.0/petanque/third-party/boost/type_traits/
H A Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
31 template <class T> struct is_pointer : public false_type{};
32 template <class T> struct is_pointer<T*> : public true_type{};
33 template <class T> struct is_pointer<T*const> : public true_type{};
34 template <class T> struct is_pointer<T*const volatile> : public true_type{};
35 template <class T> struct is_pointer<T*volatile> : public true_type{};
38 template <class T> struct is_pointer<T const> : public is_pointer<T>{};
39 template <class T> struct is_pointer<T const volatile> : public is_pointer<T>{};
40 template <class T> struct is_pointer<T volatile> : public is_pointer<T>{};
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/type_traits/
H A Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
31 template <class T> struct is_pointer : public false_type{};
32 template <class T> struct is_pointer<T*> : public true_type{};
33 template <class T> struct is_pointer<T*const> : public true_type{};
34 template <class T> struct is_pointer<T*const volatile> : public true_type{};
35 template <class T> struct is_pointer<T*volatile> : public true_type{};
38 template <class T> struct is_pointer<T const> : public is_pointer<T>{};
39 template <class T> struct is_pointer<T const volatile> : public is_pointer<T>{};
40 template <class T> struct is_pointer<T volatile> : public is_pointer<T>{};
/dports/devel/R-cran-BH/BH/inst/include/boost/type_traits/
H A Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
31 template <class T> struct is_pointer : public false_type{};
32 template <class T> struct is_pointer<T*> : public true_type{};
33 template <class T> struct is_pointer<T*const> : public true_type{};
34 template <class T> struct is_pointer<T*const volatile> : public true_type{};
35 template <class T> struct is_pointer<T*volatile> : public true_type{};
38 template <class T> struct is_pointer<T const> : public is_pointer<T>{};
39 template <class T> struct is_pointer<T const volatile> : public is_pointer<T>{};
40 template <class T> struct is_pointer<T volatile> : public is_pointer<T>{};
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/type_traits/
H A Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
31 template <class T> struct is_pointer : public false_type{};
32 template <class T> struct is_pointer<T*> : public true_type{};
33 template <class T> struct is_pointer<T*const> : public true_type{};
34 template <class T> struct is_pointer<T*const volatile> : public true_type{};
35 template <class T> struct is_pointer<T*volatile> : public true_type{};
38 template <class T> struct is_pointer<T const> : public is_pointer<T>{};
39 template <class T> struct is_pointer<T const volatile> : public is_pointer<T>{};
40 template <class T> struct is_pointer<T volatile> : public is_pointer<T>{};
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/type_traits/
H A Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
31 template <class T> struct is_pointer : public false_type{};
32 template <class T> struct is_pointer<T*> : public true_type{};
33 template <class T> struct is_pointer<T*const> : public true_type{};
34 template <class T> struct is_pointer<T*const volatile> : public true_type{};
35 template <class T> struct is_pointer<T*volatile> : public true_type{};
38 template <class T> struct is_pointer<T const> : public is_pointer<T>{};
39 template <class T> struct is_pointer<T const volatile> : public is_pointer<T>{};
40 template <class T> struct is_pointer<T volatile> : public is_pointer<T>{};
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/type_traits/
H A Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
31 template <class T> struct is_pointer : public false_type{};
32 template <class T> struct is_pointer<T*> : public true_type{};
33 template <class T> struct is_pointer<T*const> : public true_type{};
34 template <class T> struct is_pointer<T*const volatile> : public true_type{};
35 template <class T> struct is_pointer<T*volatile> : public true_type{};
38 template <class T> struct is_pointer<T const> : public is_pointer<T>{};
39 template <class T> struct is_pointer<T const volatile> : public is_pointer<T>{};
40 template <class T> struct is_pointer<T volatile> : public is_pointer<T>{};
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/boost/type_traits/
H A Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
31 template <class T> struct is_pointer : public false_type{};
32 template <class T> struct is_pointer<T*> : public true_type{};
33 template <class T> struct is_pointer<T*const> : public true_type{};
34 template <class T> struct is_pointer<T*const volatile> : public true_type{};
35 template <class T> struct is_pointer<T*volatile> : public true_type{};
38 template <class T> struct is_pointer<T const> : public is_pointer<T>{};
39 template <class T> struct is_pointer<T const volatile> : public is_pointer<T>{};
40 template <class T> struct is_pointer<T volatile> : public is_pointer<T>{};
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/type_traits/
H A Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
31 template <class T> struct is_pointer : public false_type{};
32 template <class T> struct is_pointer<T*> : public true_type{};
33 template <class T> struct is_pointer<T*const> : public true_type{};
34 template <class T> struct is_pointer<T*const volatile> : public true_type{};
35 template <class T> struct is_pointer<T*volatile> : public true_type{};
38 template <class T> struct is_pointer<T const> : public is_pointer<T>{};
39 template <class T> struct is_pointer<T const volatile> : public is_pointer<T>{};
40 template <class T> struct is_pointer<T volatile> : public is_pointer<T>{};
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/type_traits/
H A Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
31 template <class T> struct is_pointer : public false_type{};
32 template <class T> struct is_pointer<T*> : public true_type{};
33 template <class T> struct is_pointer<T*const> : public true_type{};
34 template <class T> struct is_pointer<T*const volatile> : public true_type{};
35 template <class T> struct is_pointer<T*volatile> : public true_type{};
38 template <class T> struct is_pointer<T const> : public is_pointer<T>{};
39 template <class T> struct is_pointer<T const volatile> : public is_pointer<T>{};
40 template <class T> struct is_pointer<T volatile> : public is_pointer<T>{};
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/type_traits/
H A Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
31 template <class T> struct is_pointer : public false_type{};
32 template <class T> struct is_pointer<T*> : public true_type{};
33 template <class T> struct is_pointer<T*const> : public true_type{};
34 template <class T> struct is_pointer<T*const volatile> : public true_type{};
35 template <class T> struct is_pointer<T*volatile> : public true_type{};
38 template <class T> struct is_pointer<T const> : public is_pointer<T>{};
39 template <class T> struct is_pointer<T const volatile> : public is_pointer<T>{};
40 template <class T> struct is_pointer<T volatile> : public is_pointer<T>{};
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/type_traits/
H A Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
31 template <class T> struct is_pointer : public false_type{};
32 template <class T> struct is_pointer<T*> : public true_type{};
33 template <class T> struct is_pointer<T*const> : public true_type{};
34 template <class T> struct is_pointer<T*const volatile> : public true_type{};
35 template <class T> struct is_pointer<T*volatile> : public true_type{};
38 template <class T> struct is_pointer<T const> : public is_pointer<T>{};
39 template <class T> struct is_pointer<T const volatile> : public is_pointer<T>{};
40 template <class T> struct is_pointer<T volatile> : public is_pointer<T>{};
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/type_traits/
H A Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
31 template <class T> struct is_pointer : public false_type{};
32 template <class T> struct is_pointer<T*> : public true_type{};
33 template <class T> struct is_pointer<T*const> : public true_type{};
34 template <class T> struct is_pointer<T*const volatile> : public true_type{};
35 template <class T> struct is_pointer<T*volatile> : public true_type{};
38 template <class T> struct is_pointer<T const> : public is_pointer<T>{};
39 template <class T> struct is_pointer<T const volatile> : public is_pointer<T>{};
40 template <class T> struct is_pointer<T volatile> : public is_pointer<T>{};
/dports/devel/boost-libs/boost_1_72_0/boost/type_traits/
H A Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
31 template <class T> struct is_pointer : public false_type{};
32 template <class T> struct is_pointer<T*> : public true_type{};
33 template <class T> struct is_pointer<T*const> : public true_type{};
34 template <class T> struct is_pointer<T*const volatile> : public true_type{};
35 template <class T> struct is_pointer<T*volatile> : public true_type{};
38 template <class T> struct is_pointer<T const> : public is_pointer<T>{};
39 template <class T> struct is_pointer<T const volatile> : public is_pointer<T>{};
40 template <class T> struct is_pointer<T volatile> : public is_pointer<T>{};
/dports/devel/boost-python-libs/boost_1_72_0/boost/type_traits/
H A Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
31 template <class T> struct is_pointer : public false_type{};
32 template <class T> struct is_pointer<T*> : public true_type{};
33 template <class T> struct is_pointer<T*const> : public true_type{};
34 template <class T> struct is_pointer<T*const volatile> : public true_type{};
35 template <class T> struct is_pointer<T*volatile> : public true_type{};
38 template <class T> struct is_pointer<T const> : public is_pointer<T>{};
39 template <class T> struct is_pointer<T const volatile> : public is_pointer<T>{};
40 template <class T> struct is_pointer<T volatile> : public is_pointer<T>{};
/dports/sysutils/usbtop/usbtop-release-1.0/third-party/boost/type_traits/
H A Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
31 template <class T> struct is_pointer : public false_type{};
32 template <class T> struct is_pointer<T*> : public true_type{};
33 template <class T> struct is_pointer<T*const> : public true_type{};
34 template <class T> struct is_pointer<T*const volatile> : public true_type{};
35 template <class T> struct is_pointer<T*volatile> : public true_type{};
38 template <class T> struct is_pointer<T const> : public is_pointer<T>{};
39 template <class T> struct is_pointer<T const volatile> : public is_pointer<T>{};
40 template <class T> struct is_pointer<T volatile> : public is_pointer<T>{};

12345678910>>...180