Searched refs:is_default_constructible_v (Results 1 – 7 of 7) sorted by relevance
105 requires((extents_type::rank_dynamic() > 0) && is_default_constructible_v<data_handle_type> &&106 is_default_constructible_v<mapping_type> && is_default_constructible_v<accessor_type>)115 … is_constructible_v<mapping_type, extents_type> && is_default_constructible_v<accessor_type>)123 is_default_constructible_v<accessor_type>)132 is_default_constructible_v<accessor_type>)138 …requires(is_default_constructible_v<accessor_type> && is_constructible_v<mapping_type, const exten… in mdspan()142 requires(is_default_constructible_v<accessor_type>) in mdspan()
54 inline constexpr bool is_default_constructible_v = __is_constructible(_Tp); variable
66 concept __cpp17_default_constructible = is_default_constructible_v<_Tp>;
322 template <class T> inline constexpr bool is_default_constructible_v
477 requires is_default_constructible_v<_Tp>
1641 SYMBOL(is_default_constructible_v, std::, <type_traits>)