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.