Public Member Functions | Public Attributes | List of all members
tuple_join_view< Char, T > Struct Template Reference

#include <ranges.h>

Inheritance diagram for tuple_join_view< Char, T >:
Inheritance graph
[legend]

Public Member Functions

 tuple_join_view (const std::tuple< T... > &t, basic_string_view< Char > s)
 

Public Attributes

basic_string_view< Char > sep
 
const std::tuple< T... > & tuple
 

Detailed Description

template<typename Char, typename... T>
struct tuple_join_view< Char, T >

Definition at line 577 of file ranges.h.

Constructor & Destructor Documentation

◆ tuple_join_view()

template<typename Char , typename... T>
tuple_join_view< Char, T >::tuple_join_view ( const std::tuple< T... > &  t,
basic_string_view< Char >  s 
)
inline

Definition at line 581 of file ranges.h.

Member Data Documentation

◆ sep

template<typename Char , typename... T>
basic_string_view<Char> tuple_join_view< Char, T >::sep

Definition at line 579 of file ranges.h.

◆ tuple

template<typename Char , typename... T>
const std::tuple<T...>& tuple_join_view< Char, T >::tuple

Definition at line 578 of file ranges.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:30