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