VCCC  2024.05
VisualCamp Common C++ library
indirectly_copyable_storable< In, Out > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__iterator/indirectly_copyable_storable.hpp>

+ Inheritance diagram for indirectly_copyable_storable< In, Out >:

Detailed Description

template<typename In, typename Out>
struct vccc::indirectly_copyable_storable< In, Out >

The indirectly_copyable_storable concept specifies the relationship between an indirectly_readable type and an indirectly_writable type. In addition to indirectly_copyable, this concept specifies that the copy from the indirectly_readable type can be performed via an intermediate object.

See also
std::indirectly_copyable_storable

The documentation for this struct was generated from the following file: