![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
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.