![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__concepts/copyable.hpp>
Inheritance diagram for copyable< T >:The concept copyable<T> specifies that T is a movable object type that can also be copied (that is, it supports copy construction and copy assignment).