Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
tinyformat::detail::is_convertible< T1, T2 > Struct Template Reference
#include <tinyformat.h>
Classes | |
struct | fail |
struct | succeed |
Static Public Attributes | |
static const bool | value |
Static Private Member Functions | |
static fail | tryConvert (...) |
static succeed | tryConvert (const T2 &) |
static const T1 & | makeT1 () |
Detailed Description
template<typename T1, typename T2>
struct tinyformat::detail::is_convertible< T1, T2 >
Definition at line 179 of file tinyformat.h.
Member Function Documentation
◆ makeT1()
template<typename T1 , typename T2 >
|
staticprivate |
◆ tryConvert() [1/2]
template<typename T1 , typename T2 >
|
staticprivate |
◆ tryConvert() [2/2]
template<typename T1 , typename T2 >
|
staticprivate |
Member Data Documentation
◆ value
template<typename T1 , typename T2 >
|
static |
Initial value:
=
Definition at line 200 of file tinyformat.h.
The documentation for this struct was generated from the following file:
- src/tinyformat.h