Searched defs:movable (Results 1 – 2 of 2) sorted by relevance
29 concept movable = is_object_v<_Tp> && move_constructible<_Tp> && assignable_from<_Tp&, _Tp> && swap… variable
4 enum copy_traits { movable = 1 }; enumerator