SoPlex Documentation
Loading...
Searching...
No Matches
arg_join< It, Char > Struct Template Reference

#include <format.h>

Inheritance diagram for arg_join< It, Char >:
view

Public Member Functions

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

Public Attributes

It begin
 
It end
 
basic_string_view< Char > sep
 

Detailed Description

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

Definition at line 3167 of file format.h.

Constructor & Destructor Documentation

◆ arg_join()

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

Definition at line 3172 of file format.h.

Member Data Documentation

◆ begin

template<typename It , typename Char >
It begin

Definition at line 3168 of file format.h.

◆ end

template<typename It , typename Char >
It end

Definition at line 3169 of file format.h.

◆ sep

template<typename It , typename Char >
basic_string_view<Char> sep

Definition at line 3170 of file format.h.