Bitcoin
Public Member Functions | Private Attributes | List of all members
tinyformat::detail::FormatListN< N > Class Template Reference

#include <tinyformat.h>

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

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]
 

Constructor & Destructor Documentation

◆ FormatListN()

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

Member Data Documentation

◆ m_formatterStore

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

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