HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
join_view< It, Sentinel, Char > Struct Template Reference

#include <format.h>

+ Inheritance diagram for join_view< It, Sentinel, Char >:

Public Member Functions

 join_view (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 = char>
struct join_view< It, Sentinel, Char >

Definition at line 2494 of file format.h.

Constructor & Destructor Documentation

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

Definition at line 2499 of file format.h.

Member Data Documentation

template<typename It, typename Sentinel, typename Char = char>
It join_view< It, Sentinel, Char >::begin

Definition at line 2495 of file format.h.

template<typename It, typename Sentinel, typename Char = char>
Sentinel join_view< It, Sentinel, Char >::end

Definition at line 2496 of file format.h.

template<typename It, typename Sentinel, typename Char = char>
basic_string_view<Char> join_view< It, Sentinel, Char >::sep

Definition at line 2497 of file format.h.


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