Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
tinyformat::FormatStringCheck< num_params > Struct Template Reference

#include <tinyformat.h>

Public Member Functions

consteval FormatStringCheck (const char *str)
 FormatStringCheck (LIFETIMEBOUND const RuntimeFormat &run)
 FormatStringCheck (util::ConstevalFormatString< num_params > str)
 operator const char * ()

Public Attributes

const char * fmt

Detailed Description

template<unsigned num_params>
struct tinyformat::FormatStringCheck< num_params >

Definition at line 193 of file tinyformat.h.

Constructor & Destructor Documentation

◆ FormatStringCheck() [1/3]

template<unsigned num_params>
tinyformat::FormatStringCheck< num_params >::FormatStringCheck ( const char * str)
inlineconsteval

Definition at line 194 of file tinyformat.h.

◆ FormatStringCheck() [2/3]

template<unsigned num_params>
tinyformat::FormatStringCheck< num_params >::FormatStringCheck ( LIFETIMEBOUND const RuntimeFormat & run)
inline

Definition at line 195 of file tinyformat.h.

◆ FormatStringCheck() [3/3]

template<unsigned num_params>
tinyformat::FormatStringCheck< num_params >::FormatStringCheck ( util::ConstevalFormatString< num_params > str)
inline

Definition at line 196 of file tinyformat.h.

Member Function Documentation

◆ operator const char *()

template<unsigned num_params>
tinyformat::FormatStringCheck< num_params >::operator const char * ( )
inline

Definition at line 197 of file tinyformat.h.

Member Data Documentation

◆ fmt

template<unsigned num_params>
const char* tinyformat::FormatStringCheck< num_params >::fmt

Definition at line 198 of file tinyformat.h.


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