Electroneum
Public Member Functions | Public Attributes | List of all members
fmt::ArgJoin< Char, It > Struct Template Reference

#include <format.h>

Public Member Functions

 ArgJoin (It first, It last, const BasicCStringRef< Char > &sep)
 

Public Attributes

It first
 
It last
 
BasicCStringRef< Char > sep
 

Constructor & Destructor Documentation

◆ ArgJoin()

template<typename Char, typename It>
fmt::ArgJoin< Char, It >::ArgJoin ( It  first,
It  last,
const BasicCStringRef< Char > &  sep 
)
inline

Member Data Documentation

◆ first

template<typename Char, typename It>
It fmt::ArgJoin< Char, It >::first

◆ last

template<typename Char, typename It>
It fmt::ArgJoin< Char, It >::last

◆ sep

template<typename Char, typename It>
BasicCStringRef<Char> fmt::ArgJoin< Char, It >::sep

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