Scippy

SoPlex

Sequential object-oriented simPlex

output_range< OutputIt, T > Class Template Reference

#include <format.h>

Classes

struct  sentinel
 

Public Types

using value_type = T
 
using iterator = OutputIt
 

Public Member Functions

 output_range (OutputIt it)
 
OutputIt begin () const
 
sentinel end () const
 

Private Attributes

OutputIt it_
 

Detailed Description

template<typename OutputIt, typename T = typename OutputIt::value_type>
class internal::output_range< OutputIt, T >

Definition at line 449 of file format.h.

Member Typedef Documentation

◆ iterator

using iterator = OutputIt

Definition at line 455 of file format.h.

◆ value_type

using value_type = T

Definition at line 454 of file format.h.

Constructor & Destructor Documentation

◆ output_range()

output_range ( OutputIt  it)
explicit

Definition at line 458 of file format.h.

Member Function Documentation

◆ begin()

OutputIt begin ( ) const

Definition at line 459 of file format.h.

◆ end()

sentinel end ( ) const

Definition at line 460 of file format.h.

Member Data Documentation

◆ it_

OutputIt it_
private

Definition at line 451 of file format.h.