Home
last modified time | relevance | path

Searched defs:movable (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__concepts/
H A Dmovable.h29 concept movable = is_object_v<_Tp> && move_constructible<_Tp> && assignable_from<_Tp&, _Tp> && swap… variable
/llvm-project/clang/test/SemaCXX/
H A Doverload-template.cpp4 enum copy_traits { movable = 1 }; enumerator