Home
last modified time | relevance | path

Searched refs:has_nothrow_constructor (Results 26 – 50 of 703) sorted by relevance

12345678910>>...29

/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_constructor/
H A Dvalue.cc29 using std::tr1::has_nothrow_constructor; in test01()
32 VERIFY( (test_category<has_nothrow_constructor, void>(true)) ); in test01()
33 VERIFY( (test_category<has_nothrow_constructor, int>(true)) ); in test01()
34 VERIFY( (test_category<has_nothrow_constructor, float>(true)) ); in test01()
35 VERIFY( (test_category<has_nothrow_constructor, EnumType>(true)) ); in test01()
36 VERIFY( (test_category<has_nothrow_constructor, int*>(true)) ); in test01()
39 VERIFY( (test_category<has_nothrow_constructor, in test01()
41 VERIFY( (test_category<has_nothrow_constructor, int[2]>(true)) ); in test01()
44 VERIFY( (test_category<has_nothrow_constructor, int*[3]>(true)) ); in test01()
46 VERIFY( (test_category<has_nothrow_constructor, in test01()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_constructor/
H A Dvalue.cc29 using std::tr1::has_nothrow_constructor; in test01()
32 VERIFY( (test_category<has_nothrow_constructor, void>(true)) ); in test01()
33 VERIFY( (test_category<has_nothrow_constructor, int>(true)) ); in test01()
34 VERIFY( (test_category<has_nothrow_constructor, float>(true)) ); in test01()
35 VERIFY( (test_category<has_nothrow_constructor, EnumType>(true)) ); in test01()
36 VERIFY( (test_category<has_nothrow_constructor, int*>(true)) ); in test01()
39 VERIFY( (test_category<has_nothrow_constructor, in test01()
41 VERIFY( (test_category<has_nothrow_constructor, int[2]>(true)) ); in test01()
44 VERIFY( (test_category<has_nothrow_constructor, int*[3]>(true)) ); in test01()
46 VERIFY( (test_category<has_nothrow_constructor, in test01()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_constructor/
H A Dvalue.cc29 using std::tr1::has_nothrow_constructor; in test01()
32 VERIFY( (test_category<has_nothrow_constructor, void>(true)) ); in test01()
33 VERIFY( (test_category<has_nothrow_constructor, int>(true)) ); in test01()
34 VERIFY( (test_category<has_nothrow_constructor, float>(true)) ); in test01()
35 VERIFY( (test_category<has_nothrow_constructor, EnumType>(true)) ); in test01()
36 VERIFY( (test_category<has_nothrow_constructor, int*>(true)) ); in test01()
39 VERIFY( (test_category<has_nothrow_constructor, in test01()
41 VERIFY( (test_category<has_nothrow_constructor, int[2]>(true)) ); in test01()
44 VERIFY( (test_category<has_nothrow_constructor, int*[3]>(true)) ); in test01()
46 VERIFY( (test_category<has_nothrow_constructor, in test01()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_constructor/
H A Dvalue.cc29 using std::tr1::has_nothrow_constructor; in test01()
32 VERIFY( (test_category<has_nothrow_constructor, void>(true)) ); in test01()
33 VERIFY( (test_category<has_nothrow_constructor, int>(true)) ); in test01()
34 VERIFY( (test_category<has_nothrow_constructor, float>(true)) ); in test01()
35 VERIFY( (test_category<has_nothrow_constructor, EnumType>(true)) ); in test01()
36 VERIFY( (test_category<has_nothrow_constructor, int*>(true)) ); in test01()
39 VERIFY( (test_category<has_nothrow_constructor, in test01()
41 VERIFY( (test_category<has_nothrow_constructor, int[2]>(true)) ); in test01()
44 VERIFY( (test_category<has_nothrow_constructor, int*[3]>(true)) ); in test01()
46 VERIFY( (test_category<has_nothrow_constructor, in test01()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_constructor/
H A Dvalue.cc29 using std::tr1::has_nothrow_constructor; in test01()
32 VERIFY( (test_category<has_nothrow_constructor, void>(true)) ); in test01()
33 VERIFY( (test_category<has_nothrow_constructor, int>(true)) ); in test01()
34 VERIFY( (test_category<has_nothrow_constructor, float>(true)) ); in test01()
35 VERIFY( (test_category<has_nothrow_constructor, EnumType>(true)) ); in test01()
36 VERIFY( (test_category<has_nothrow_constructor, int*>(true)) ); in test01()
39 VERIFY( (test_category<has_nothrow_constructor, in test01()
41 VERIFY( (test_category<has_nothrow_constructor, int[2]>(true)) ); in test01()
44 VERIFY( (test_category<has_nothrow_constructor, int*[3]>(true)) ); in test01()
46 VERIFY( (test_category<has_nothrow_constructor, in test01()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/type_traits/
H A Dhas_nothrow_constructor.hpp27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
46 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
62 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
64 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
66 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/type_traits/
H A Dhas_nothrow_constructor.hpp26 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
45 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
57 template <class T> struct has_nothrow_constructor : public ::pdalboost::has_trivial_constructor<T> …
61 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
63 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
64 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
68 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/devel/R-cran-BH/BH/inst/include/boost/type_traits/
H A Dhas_nothrow_constructor.hpp27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
46 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
62 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
64 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
66 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/type_traits/
H A Dhas_nothrow_constructor.hpp27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
46 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
62 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
64 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
66 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/type_traits/
H A Dhas_nothrow_constructor.hpp27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
46 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
62 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
64 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
66 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/type_traits/
H A Dhas_nothrow_constructor.hpp27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
46 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
62 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
64 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
66 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/type_traits/
H A Dhas_nothrow_constructor.hpp27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
46 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
62 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
64 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
66 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/type_traits/
H A Dhas_nothrow_constructor.hpp27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
46 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
62 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
64 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
66 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/type_traits/
H A Dhas_nothrow_constructor.hpp26 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
45 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
57 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
61 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
63 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
64 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
68 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/type_traits/
H A Dhas_nothrow_constructor.hpp27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
46 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
62 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
64 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
66 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/type_traits/
H A Dhas_nothrow_constructor.hpp27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
46 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
62 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
64 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
66 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/devel/boost-libs/boost_1_72_0/boost/type_traits/
H A Dhas_nothrow_constructor.hpp27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
46 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
62 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
64 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
66 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/devel/boost-python-libs/boost_1_72_0/boost/type_traits/
H A Dhas_nothrow_constructor.hpp27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
46 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
62 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
64 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
66 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/type_traits/
H A Dhas_nothrow_constructor.hpp27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
46 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
62 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
64 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
66 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/type_traits/
H A Dhas_nothrow_constructor.hpp27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
46 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
62 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
64 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
66 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/devel/py-pythran/pythran-0.11.0/third_party/boost/type_traits/
H A Dhas_nothrow_constructor.hpp27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
46 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
62 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
64 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
66 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/devel/py-pythran/pythran-0.11.0/pythran/boost/type_traits/
H A Dhas_nothrow_constructor.hpp27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
46 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
62 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
64 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
66 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/devel/hyperscan/boost_1_75_0/boost/type_traits/
H A Dhas_nothrow_constructor.hpp27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
46 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
62 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
64 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
66 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/type_traits/
H A Dhas_nothrow_constructor.hpp26 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
45 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
57 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
61 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
63 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
64 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
68 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/type_traits/
H A Dhas_nothrow_constructor.hpp32 BOOST_TT_AUX_BOOL_TRAIT_DEF1(has_nothrow_constructor,T,::boost::detail::has_nothrow_constructor_imp…
35 BOOST_TT_AUX_BOOL_TRAIT_SPEC1(has_nothrow_constructor,void,false)
37 BOOST_TT_AUX_BOOL_TRAIT_SPEC1(has_nothrow_constructor,void const,false)
38 BOOST_TT_AUX_BOOL_TRAIT_SPEC1(has_nothrow_constructor,void const volatile,false)
39 BOOST_TT_AUX_BOOL_TRAIT_SPEC1(has_nothrow_constructor,void volatile,false)

12345678910>>...29