Rosetta
Public Member Functions | Public Attributes | List of all members
arg_join< It, Sentinel, Char > Struct Template Reference

#include <format.h>

Inheritance diagram for arg_join< It, Sentinel, Char >:
Inheritance graph
[legend]

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
 

Constructor & Destructor Documentation

◆ arg_join()

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

Member Data Documentation

◆ begin

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

◆ end

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

◆ sep

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

The documentation for this struct was generated from the following file: