VCCC  2024.05
VisualCamp Common C++ library
indirectly_writable< Out, T > Struct Template Reference

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

+ Inheritance diagram for indirectly_writable< Out, T >:

Detailed Description

template<typename Out, typename T>
struct vccc::indirectly_writable< Out, T >

The concept indirectly_writable<Out, T> specifies the requirements for writing a value whose type and value category are encoded by T into an iterator Out's referenced object.

See also
std::indirectly_writable

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