Fabcoin Core  0.16.2
P2P Digital Currency
Static Public Member Functions | List of all members
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 219 of file tinyformat.h.

Member Function Documentation

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

Definition at line 221 of file tinyformat.h.

Here is the call graph for this function:


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