Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

tinyformat::detail::formatValueAsType< T, fmtT, true > Struct Template Reference

#include <tinyformat.h>

Static Public Member Functions

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

Detailed Description

template<typename T, typename fmtT>
struct tinyformat::detail::formatValueAsType< T, fmtT, true >

Definition at line 226 of file tinyformat.h.

Member Function Documentation

◆ invoke()

template<typename T , typename fmtT >
static void tinyformat::detail::formatValueAsType< T, fmtT, true >::invoke ( std::ostream &  out,
const T &  value 
)
inlinestatic

Definition at line 228 of file tinyformat.h.


The documentation for this struct was generated from the following file:
Released under the MIT license