Searched defs:is_constructible_v (Results 1 – 6 of 6) sorted by relevance
26 inline constexpr bool is_constructible_v = __is_constructible(_Tp, _Args...); variable
28 inline constexpr bool is_constructible_v = __is_constructible(_Tp, _Args...); variable