libostd
ostd::output_range_tag Struct Reference

The output range tag. More...

Detailed Description

The output range tag.

This tag is used for ranges that can be written into and nothing else. Such ranges only have the ability to put an item inside of them, with no further specified semantics. When an input-type range implements output functionality, it doesn't use this tag, see ostd::input_range_tag.

You can learn more about the characteristics here.

See also
ostd::input_range_tag

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