enum_name
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
test_output_iterator Struct Reference

Public Types

using iterator_category = std::output_iterator_tag
 
using value_type = void
 
using difference_type = void
 
using pointer = void
 
using reference = void
 

Public Member Functions

auto operator++ () -> test_output_iterator &
 
auto operator++ (int) -> test_output_iterator
 
auto operator* () -> char &
 

Public Attributes

char * data
 

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