Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

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

template<typename... Args>
 FormatListN (const Args &... args)
 
- 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 877 of file tinyformat.h.

Constructor & Destructor Documentation

◆ FormatListN()

template<int N>
template<typename... Args>
tinyformat::detail::FormatListN< N >::FormatListN ( const Args &...  args)
inlineexplicit

Definition at line 882 of file tinyformat.h.

Member Data Documentation

◆ m_formatterStore

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

Definition at line 907 of file tinyformat.h.


The documentation for this class was generated from the following file:
Released under the MIT license