Searched refs:__cpp17_move_constructible (Results 1 – 1 of 1) sorted by relevance
40 concept __cpp17_move_constructible = is_move_constructible_v<_Tp>; variable43 concept __cpp17_copy_constructible = __cpp17_move_constructible<_Tp> && is_copy_constructible_v<_Tp…