idle_detect  0.8.3.0
Provides overall idle detection for a linux computer
Classes | Static Public Attributes | Static Private Member Functions | List of all members
tinyformat::detail::is_convertible< T1, T2 > Struct Template Reference

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 ()
 

Member Data Documentation

◆ value

template<typename T1 , typename T2 >
const bool tinyformat::detail::is_convertible< T1, T2 >::value
static
Initial value:
=
sizeof(tryConvert(makeT1())) == sizeof(succeed)

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