Home
last modified time | relevance | path

Searched defs:is_nothrow_move_constructible (Results 1 – 25 of 147) sorted by relevance

123456

/dports/devel/boost-docs/boost_1_72_0/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp27 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
32 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
33 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
83 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
85 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
86 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
87 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
90 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
92 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/devel/boost-python-libs/boost_1_72_0/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp27 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
32 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
33 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
83 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
85 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
86 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
87 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
90 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
92 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp24 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
26 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::pdalboost::false_typ… struct
27 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::pdalboost::fal… struct
72 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
74 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
75 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
76 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
79 template <class T> struct is_nothrow_move_constructible<T&> : public ::pdalboost::true_type{}; struct
81 template <class T> struct is_nothrow_move_constructible<T&&> : public ::pdalboost::true_type{}; struct
/dports/devel/R-cran-BH/BH/inst/include/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp27 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
32 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
33 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
83 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
85 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
86 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
87 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
90 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
92 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp27 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
32 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
33 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
83 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
85 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
86 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
87 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
90 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
92 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp27 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
32 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
33 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
83 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
85 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
86 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
87 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
90 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
92 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/sysutils/usbtop/usbtop-release-1.0/third-party/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp27 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
32 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
33 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
83 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
85 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
86 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
87 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
90 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
92 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp27 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
32 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
33 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
83 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
85 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
86 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
87 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
90 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
92 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp27 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
32 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
33 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
83 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
85 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
86 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
87 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
90 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
92 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp27 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
32 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
33 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
83 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
85 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
86 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
87 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
90 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
92 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp24 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
26 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
27 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
72 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
74 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
75 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
76 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
79 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
81 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp25 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
27 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
28 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
73 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
75 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
76 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
77 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
80 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
82 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp25 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
27 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
28 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
73 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
75 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
76 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
77 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
80 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
82 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/devel/boost-libs/boost_1_72_0/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp27 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
32 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
33 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
83 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
85 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
86 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
87 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
90 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
92 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp27 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
32 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
33 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
83 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
85 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
86 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
87 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
90 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
92 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp25 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
27 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
28 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
73 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
75 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
76 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
77 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
80 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
82 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/devel/py-pythran/pythran-0.11.0/third_party/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp27 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
32 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
33 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
83 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
85 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
86 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
87 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
90 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
92 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/devel/py-pythran/pythran-0.11.0/pythran/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp27 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
32 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
33 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
83 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
85 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
86 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
87 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
90 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
92 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/devel/hyperscan/boost_1_75_0/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp27 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
32 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
33 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
83 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
85 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
86 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
87 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
90 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
92 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp24 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
26 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
27 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
72 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
74 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
75 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
76 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
79 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
81 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaTemplate/
H A Dexception-spec-crash.cpp5 template <class _Tp> struct is_nothrow_move_constructible { struct
19 noexcept(is_nothrow_move_constructible<allocator_type>::value); argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaTemplate/
H A Dexception-spec-crash.cpp5 template <class _Tp> struct is_nothrow_move_constructible { struct
19 noexcept(is_nothrow_move_constructible<allocator_type>::value); argument
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaTemplate/
H A Dexception-spec-crash.cpp5 template <class _Tp> struct is_nothrow_move_constructible { struct
19 noexcept(is_nothrow_move_constructible<allocator_type>::value); argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaTemplate/
H A Dexception-spec-crash.cpp5 template <class _Tp> struct is_nothrow_move_constructible { struct
19 noexcept(is_nothrow_move_constructible<allocator_type>::value); argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaTemplate/
H A Dexception-spec-crash.cpp5 template <class _Tp> struct is_nothrow_move_constructible { struct
19 noexcept(is_nothrow_move_constructible<allocator_type>::value); argument

123456