Bitcoin Core 28.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
tinyformat::FormatStringCheck< num_params > Struct Template Reference

#include <tinyformat.h>

Public Member Functions

consteval FormatStringCheck (const char *str)
 
 FormatStringCheck (const std::string &str)
 
 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 186 of file tinyformat.h.

Constructor & Destructor Documentation

◆ FormatStringCheck() [1/3]

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

Definition at line 187 of file tinyformat.h.

◆ FormatStringCheck() [2/3]

template<unsigned num_params>
tinyformat::FormatStringCheck< num_params >::FormatStringCheck ( const std::string &  str)
inline

Definition at line 188 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 189 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 190 of file tinyformat.h.

Member Data Documentation

◆ fmt

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

Definition at line 191 of file tinyformat.h.


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