Home
last modified time | relevance | path

Searched defs:is_nothrow_move_assignable (Results 1 – 25 of 79) sorted by relevance

1234

/dports/devel/boost-docs/boost_1_72_0/boost/type_traits/
H A Dis_nothrow_move_assignable.hpp29 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)> struct
33 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
34 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
35 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
36 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
38 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
83 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
85 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
86 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
87 template <> struct is_nothrow_move_assignable<void volatile> : public false_type{}; struct
/dports/devel/boost-python-libs/boost_1_72_0/boost/type_traits/
H A Dis_nothrow_move_assignable.hpp29 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)> struct
33 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
34 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
35 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
36 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
38 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
83 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
85 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
86 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
87 template <> struct is_nothrow_move_assignable<void volatile> : public false_type{}; struct
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/type_traits/
H A Dis_nothrow_move_assignable.hpp27 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)>… struct
28 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
29 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
30 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
31 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
33 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
72 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
74 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
75 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
76 template <> struct is_nothrow_move_assignable<void volatile> : public false_type{}; struct
/dports/devel/R-cran-BH/BH/inst/include/boost/type_traits/
H A Dis_nothrow_move_assignable.hpp29 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)> struct
33 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
34 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
35 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
36 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
38 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
83 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
85 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
86 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
87 template <> struct is_nothrow_move_assignable<void volatile> : public false_type{}; struct
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/type_traits/
H A Dis_nothrow_move_assignable.hpp29 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)> struct
33 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
34 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
35 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
36 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
38 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
83 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
85 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
86 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
87 template <> struct is_nothrow_move_assignable<void volatile> : public false_type{}; struct
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/type_traits/
H A Dis_nothrow_move_assignable.hpp29 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)> struct
33 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
34 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
35 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
36 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
38 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
83 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
85 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
86 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
87 template <> struct is_nothrow_move_assignable<void volatile> : public false_type{}; struct
/dports/sysutils/usbtop/usbtop-release-1.0/third-party/boost/type_traits/
H A Dis_nothrow_move_assignable.hpp29 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)> struct
33 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
34 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
35 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
36 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
38 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
83 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
85 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
86 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
87 template <> struct is_nothrow_move_assignable<void volatile> : public false_type{}; struct
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/type_traits/
H A Dis_nothrow_move_assignable.hpp29 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)> struct
33 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
34 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
35 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
36 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
38 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
83 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
85 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
86 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
87 template <> struct is_nothrow_move_assignable<void volatile> : public false_type{}; struct
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/type_traits/
H A Dis_nothrow_move_assignable.hpp27 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)>… struct
28 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
29 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
30 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
31 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
33 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
72 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
74 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
75 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
76 template <> struct is_nothrow_move_assignable<void volatile> : public false_type{}; struct
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/type_traits/
H A Dis_nothrow_move_assignable.hpp29 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)> struct
33 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
34 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
35 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
36 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
38 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
83 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
85 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
86 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
87 template <> struct is_nothrow_move_assignable<void volatile> : public false_type{}; struct
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/type_traits/
H A Dis_nothrow_move_assignable.hpp29 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)> struct
33 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
34 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
35 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
36 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
38 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
83 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
85 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
86 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
87 template <> struct is_nothrow_move_assignable<void volatile> : public false_type{}; struct
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/type_traits/
H A Dis_nothrow_move_assignable.hpp27 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)>… struct
28 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
29 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
30 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
31 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
33 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
72 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
74 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
75 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
76 template <> struct is_nothrow_move_assignable<void volatile> : public false_type{}; struct
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/type_traits/
H A Dis_nothrow_move_assignable.hpp27 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)>… struct
28 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
29 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
30 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
31 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
33 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
72 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
74 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
75 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
76 template <> struct is_nothrow_move_assignable<void volatile> : public false_type{}; struct
/dports/devel/boost-libs/boost_1_72_0/boost/type_traits/
H A Dis_nothrow_move_assignable.hpp29 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)> struct
33 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
34 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
35 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
36 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
38 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
83 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
85 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
86 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
87 template <> struct is_nothrow_move_assignable<void volatile> : public false_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_assignable.hpp29 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)> struct
33 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
34 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
35 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
36 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
38 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
83 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
85 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
86 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
87 template <> struct is_nothrow_move_assignable<void volatile> : public false_type{}; struct
/dports/devel/py-pythran/pythran-0.11.0/third_party/boost/type_traits/
H A Dis_nothrow_move_assignable.hpp29 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)> struct
33 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
34 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
35 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
36 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
38 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
83 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
85 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
86 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
87 template <> struct is_nothrow_move_assignable<void volatile> : public false_type{}; struct
/dports/devel/py-pythran/pythran-0.11.0/pythran/boost/type_traits/
H A Dis_nothrow_move_assignable.hpp29 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)> struct
33 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
34 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
35 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
36 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
38 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
83 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
85 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
86 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
87 template <> struct is_nothrow_move_assignable<void volatile> : public false_type{}; struct
/dports/devel/hyperscan/boost_1_75_0/boost/type_traits/
H A Dis_nothrow_move_assignable.hpp29 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)> struct
33 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
34 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
35 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
36 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
38 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
83 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
85 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
86 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
87 template <> struct is_nothrow_move_assignable<void volatile> : public false_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_assignable.hpp27 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)>… struct
28 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
29 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
30 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
31 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
33 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
72 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
74 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
75 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
76 template <> struct is_nothrow_move_assignable<void volatile> : public false_type{}; struct
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/type_traits/
H A Dis_pod.hpp27 #define BOOST_INTERNAL_IS_POD(T) BOOST_IS_POD(T)
31
32 // forward declaration, needed by 'is_pod_array_helper' template below
33 template< typename T > struct is_POD;
34
35 template <typename T> struct is_pod
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/requirements/
H A Dexplicit_instantiation.cc28 template struct is_nothrow_move_assignable<test_type>; variable
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/requirements/
H A Dexplicit_instantiation.cc28 template struct is_nothrow_move_assignable<test_type>; variable
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/requirements/
H A Dexplicit_instantiation.cc28 template struct is_nothrow_move_assignable<test_type>; variable
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/requirements/
H A Dexplicit_instantiation.cc28 template struct is_nothrow_move_assignable<test_type>; variable
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/requirements/
H A Dexplicit_instantiation.cc28 template struct is_nothrow_move_assignable<test_type>; variable

1234