![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__concepts/movable.hpp>
The concept movable<T>
specifies that T
is an object type that can be moved (that is, it can be move constructed, move assigned, and lvalues of type T
can be swapped).