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