Searched defs:constructible_from (Results 1 – 5 of 5) sorted by relevance
27 concept constructible_from = destructible<_Tp> && is_constructible_v<_Tp, _Args...>; variable