Home
last modified time | relevance | path

Searched refs:is_default_constructible_v (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dmdspan.h105 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()
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_constructible.h54 inline constexpr bool is_default_constructible_v = __is_constructible(_Tp); variable
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dcpp17_iterator_concepts.h66 concept __cpp17_default_constructible = is_default_constructible_v<_Tp>;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits322 template <class T> inline constexpr bool is_default_constructible_v
/freebsd/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h477 requires is_default_constructible_v<_Tp>
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1641 SYMBOL(is_default_constructible_v, std::, <type_traits>)