Searched refs:is_default_constructible_v (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_default_constructible.h28 inline constexpr bool is_default_constructible_v = __is_constructible(_Tp); variable
/openbsd-current/gnu/llvm/libcxx/include/__expected/
H A Dexpected.h107 requires is_default_constructible_v<_Tp>

Completed in 421 milliseconds