Searched refs:is_swappable (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/iterator/doc/ |
D | issues.rst | 2 Problem with ``is_writable`` and ``is_swappable`` in N1550_ 25 The ``is_writable`` and ``is_swappable`` traits classes in N1550_ 30 ``is_writable`` and ``is_swappable`` not only work with new 65 The same problem applies to ``is_swappable``. 72 1. Remove the ``is_writable`` and ``is_swappable`` traits, and remove the 115 and ``is_swappable``. The first is that we do not know of 118 motivation for having ``is_writable`` and ``is_swappable`` 138 With ``is_writable`` and ``is_swappable`` gone, and
|
/third_party/boost/libs/gil/test/legacy/ |
D | pixel.cpp | 106 using is_swappable = std::integral_constant in test_heterogeneous() typedef 112 test_swap(is_swappable{}); in test_heterogeneous()
|
/third_party/abseil-cpp/absl/types/internal/ |
D | conformance_testing.h | 529 If<PropertiesOfT<Prof>::is_swappable>::Invoke( in operator() 653 If<PropertiesOfT<Prof>::is_swappable>::Invoke(ExpectSwap<T, Prof>{errors}, in operator() 779 If<PropertiesOfT<Prof>::is_swappable>::Invoke(ExpectSwap<T, Prof>{errors}, in operator()
|
D | conformance_archetype.h | 850 absl::enable_if_t<!PropertiesOfT<Prof>::is_swappable, int> = 0> 856 absl::enable_if_t<PropertiesOfT<Prof>::is_swappable, int> = 0>
|
D | conformance_profile.h | 649 static constexpr bool is_swappable = // NOLINT
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
D | conformance_testing.h | 529 If<PropertiesOfT<Prof>::is_swappable>::Invoke( in operator() 653 If<PropertiesOfT<Prof>::is_swappable>::Invoke(ExpectSwap<T, Prof>{errors}, in operator() 779 If<PropertiesOfT<Prof>::is_swappable>::Invoke(ExpectSwap<T, Prof>{errors}, in operator()
|
D | conformance_archetype.h | 850 absl::enable_if_t<!PropertiesOfT<Prof>::is_swappable, int> = 0> 856 absl::enable_if_t<PropertiesOfT<Prof>::is_swappable, int> = 0>
|
D | conformance_profile.h | 649 static constexpr bool is_swappable = // NOLINT
|
/third_party/boost/boost/variant2/ |
D | variant.hpp | 1218 template<class T> struct is_swappable: mp11::mp_valid<det2::is_swappable_impl, T> struct 1224 template<class T> struct is_nothrow_swappable: mp11::mp_eval_if<mp11::mp_not<is_swappable<T>>, mp11… 2166 …std::enable_if<mp11::mp_all<std::is_move_constructible<T>..., detail::is_swappable<T>...>::value>:…
|