Rcpp Version 1.0.9
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 216 of file tinyformat.h.

Member Function Documentation

◆ invoke()

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 218 of file tinyformat.h.

References TINYFORMAT_ASSERT.


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