Searched refs:is_default_constructible_v (Results 1 – 7 of 7) sorted by relevance
106 requires((extents_type::rank_dynamic() > 0) && is_default_constructible_v<data_handle_type> &&107 is_default_constructible_v<mapping_type> && is_default_constructible_v<accessor_type>)116 … is_constructible_v<mapping_type, extents_type> && is_default_constructible_v<accessor_type>)124 is_default_constructible_v<accessor_type>)133 is_default_constructible_v<accessor_type>)139 …requires(is_default_constructible_v<accessor_type> && is_constructible_v<mapping_type, const exten… in mdspan()143 requires(is_default_constructible_v<accessor_type>) in mdspan()
26 inline constexpr bool is_default_constructible_v = __is_constructible(_Tp); variable
68 concept __cpp17_default_constructible = is_default_constructible_v<_Tp>;
242 using std::is_default_constructible_v;
322 template <class T> inline constexpr bool is_default_constructible_v
481 requires is_default_constructible_v<_Tp>
1641 SYMBOL(is_default_constructible_v, std::, <type_traits>)