Agora  1.2.0
Agora project
fmt::v8::join_view< It, Sentinel, Char > Struct Template Reference

#include <format.h>

Inheritance diagram for fmt::v8::join_view< It, Sentinel, Char >:
Collaboration diagram for fmt::v8::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
 

Constructor & Destructor Documentation

◆ join_view()

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

Member Data Documentation

◆ begin

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

◆ end

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

◆ sep

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

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