#include <format.h>
Public Types | |
| typedef OutputIt | iterator |
| typedef T | value_type |
Public Member Functions | |
| output_range (OutputIt it) | |
| OutputIt | begin () const |
Private Types | |
| typedef void | sentinel |
Private Member Functions | |
| sentinel | end () const |
Private Attributes | |
| OutputIt | it_ |
| typedef OutputIt output_range< OutputIt, T >::iterator |
|
private |
| typedef T output_range< OutputIt, T >::value_type |
|
inlineexplicit |
|
inline |
|
private |
|
private |
1.8.11