![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>#include "vccc/__concepts/assignable_from.hpp"#include "vccc/__concepts/move_constructible.hpp"#include "vccc/__concepts/swappable.hpp"#include "vccc/__type_traits/conjunction.hpp"#include "vccc/__type_traits/is_swappable.hpp"#include "vccc/__type_traits/is_referenceable.hpp"Go to the source code of this file.
Classes | |
| struct | movable< T > |
| specifies that an object of a type can be moved and swapped More... | |
Namespaces | |
| vccc | |