WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
join_view< It, Sentinel, Char > Struct Template Reference

#include <fmt/ranges.h>

Inheritance diagram for join_view< It, Sentinel, Char >:
detail::view

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>
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 join_view< It, Sentinel, Char >::begin

◆ end

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

◆ sep

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

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