Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
tinyformat::detail::FormatListN< N > Class Template Reference

#include <tinyformat.h>

Inheritance diagram for tinyformat::detail::FormatListN< N >:
[legend]
Collaboration diagram for tinyformat::detail::FormatListN< N >:
[legend]

Public Member Functions

template<typename... Args>
 FormatListN (const Args &... args)
 FormatListN (const FormatListN &other)
Public Member Functions inherited from tinyformat::FormatList
 FormatList (detail::FormatArg *args, int N)

Private Attributes

FormatArg m_formatterStore [N]

Detailed Description

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

Definition at line 984 of file tinyformat.h.

Constructor & Destructor Documentation

◆ FormatListN() [1/2]

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

Definition at line 989 of file tinyformat.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FormatListN() [2/2]

template<int N>
tinyformat::detail::FormatListN< N >::FormatListN ( const FormatListN< N > & other)
inline

Definition at line 1012 of file tinyformat.h.

Here is the call graph for this function:

Member Data Documentation

◆ m_formatterStore

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

Definition at line 1018 of file tinyformat.h.


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