Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
tinyformat::detail::formatValueAsType< T, fmtT, convertible > Struct Template Reference

#include <tinyformat.h>

Static Public Member Functions

static void invoke (std::ostream &, const T &)

Detailed Description

template<typename T, typename fmtT, bool convertible = is_convertible<T, fmtT>::value>
struct tinyformat::detail::formatValueAsType< T, fmtT, convertible >

Definition at line 254 of file tinyformat.h.

Member Function Documentation

◆ invoke()

template<typename T, typename fmtT, bool convertible = is_convertible<T, fmtT>::value>
void tinyformat::detail::formatValueAsType< T, fmtT, convertible >::invoke ( std::ostream & ,
const T &  )
inlinestatic

Definition at line 256 of file tinyformat.h.

Here is the caller graph for this function:

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