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

#include <format.h>

Inheritance diagram for arg_join< It, Sentinel, Char >:
view

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()

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

Definition at line 3651 of file format.h.

Member Data Documentation

◆ begin

template<typename It , typename Sentinel , typename Char >
It begin

Definition at line 3647 of file format.h.

◆ end

template<typename It , typename Sentinel , typename Char >
Sentinel end

Definition at line 3648 of file format.h.

◆ sep

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

Definition at line 3649 of file format.h.