Searched refs:is_trivially_move_constructible (Results 1 – 10 of 10) sorted by relevance
42 struct _LIBCPP_TEMPLATE_VIS is_trivially_move_constructible struct47 inline constexpr bool is_trivially_move_constructible_v = is_trivially_move_constructible<_Tp>::val…
63 std::enable_if_t<std::is_trivially_move_constructible<T>::value &&105 std::is_trivially_move_constructible<T>::value &&
35 static_assert(std::is_trivially_move_constructible<Ptr>::value, "");
341 (std::is_trivially_move_constructible<T>::value) &&
123 template <class T> struct is_trivially_move_constructible;347 = is_trivially_move_constructible<T>::value; // C++17
479 template <class _Tp, bool = is_trivially_move_constructible<_Tp>::value>526 … bool = is_trivially_destructible<_Tp>::value && is_trivially_move_constructible<_Tp>::value &&
453 …__variant_detail::__common_trait({__trait<_Types, is_trivially_move_constructible, is_move_constru…
1772 SYMBOL(is_trivially_move_constructible, std::, <type_traits>)
759 OLD_FILES+=usr/include/c++/v1/__type_traits/is_trivially_move_constructible.h