![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>
#include "vccc/__concepts/assignable_from.hpp"
#include "vccc/__concepts/copyable.hpp"
#include "vccc/__concepts/constructible_from.hpp"
#include "vccc/__iterator/indirectly_copyable.hpp"
#include "vccc/__iterator/indirectly_writable.hpp"
#include "vccc/__iterator/iter_reference_t.hpp"
#include "vccc/__iterator/iter_value_t.hpp"
#include "vccc/__type_traits/conjunction.hpp"
Go to the source code of this file.
Classes | |
struct | indirectly_copyable_storable< In, Out > |
specifies that values may be copied from an indirectly_readable type to an indirectly_writable type and that the copy may be performed via an intermediate object More... | |
Namespaces | |
vccc | |