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