Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
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
 

Detailed Description

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

Definition at line 4034 of file format.h.

Constructor & Destructor Documentation

◆ ArgJoin()

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

Definition at line 4039 of file format.h.

Member Data Documentation

◆ first

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

Definition at line 4035 of file format.h.

◆ last

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

Definition at line 4036 of file format.h.

◆ sep

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

Definition at line 4037 of file format.h.


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