Scippy

SoPlex

Sequential object-oriented simPlex

arg_join< It, Sentinel, Char > Struct Template Reference

#include <format.h>

Public Member Functions

 arg_join (It b, Sentinel e, basic_string_view< Char > s)
 

Public Attributes

It begin
 
Sentinel end
 
basic_string_view< Char > sep
 

Detailed Description

template<typename It, typename Sentinel, typename Char>
struct arg_join< It, Sentinel, Char >

Definition at line 3646 of file format.h.

Constructor & Destructor Documentation

◆ arg_join()

arg_join ( It  b,
Sentinel  e,
basic_string_view< Char >  s 
)

Definition at line 3651 of file format.h.

Member Data Documentation

◆ begin

It begin

Definition at line 3647 of file format.h.

◆ end

Sentinel end

Definition at line 3648 of file format.h.

◆ sep

basic_string_view<Char> sep

Definition at line 3649 of file format.h.