Home
last modified time | relevance | path

Searched defs:is_trivially_move_assignable (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/container/detail/
Dpair.hpp635 struct is_trivially_move_assignable struct
638 static const bool value = boost::move_detail::is_trivially_move_assignable<A>::value &&
/third_party/boost/boost/move/detail/
Dtype_traits.hpp847 struct is_trivially_move_assignable struct
848 { static const bool value = BOOST_MOVE_IS_TRIVIALLY_MOVE_ASSIGNABLE(T); };
/third_party/abseil-cpp/absl/types/
Dvariant_test.cc409 struct is_trivially_move_assignable struct
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dvariant_test.cc409 struct is_trivially_move_assignable struct
/third_party/boost/boost/variant2/
Dvariant.hpp494 template<class T> struct is_trivially_move_assignable: mp11::mp_bool<std::is_move_assignable<T>::va… struct