Rcpp Version 1.0.9
tinyformat::detail::FormatListN< N > Class Template Reference

#include <tinyformat.h>

Inheritance diagram for tinyformat::detail::FormatListN< N >:
Collaboration diagram for tinyformat::detail::FormatListN< N >:

Public Member Functions

void init (int)
 
- Public Member Functions inherited from tinyformat::FormatList
 FormatList (detail::FormatArg *formatters, int N)
 

Private Attributes

FormatArg m_formatterStore [N]
 

Detailed Description

template<int N>
class tinyformat::detail::FormatListN< N >

Definition at line 874 of file tinyformat.h.

Member Function Documentation

◆ init()

template<int N>
void tinyformat::detail::FormatListN< N >::init ( int  )
inline

Definition at line 884 of file tinyformat.h.

Member Data Documentation

◆ m_formatterStore

template<int N>
FormatArg tinyformat::detail::FormatListN< N >::m_formatterStore[N]
private

Definition at line 904 of file tinyformat.h.


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