Photon 1.0.0
|
#include <core.h>
Public Types | |
enum | { value = decltype(check(static_cast<T*>(nullptr)))::value } |
Static Public Member Functions | |
template<typename U , typename V = decltype(format_as(U())), FMT_ENABLE_IF(std::is_enum< U >::value &&std::is_integral< V >::value) > | |
static auto | check (U *) -> std::true_type |
static auto | check (...) -> std::false_type |
|
static |
|
static |