Classes | |
| struct | SFINAE |
Static Public Member Functions | |
| template<typename U> | |
| static char | test (SFINAE< U, decltype(std::declval< const U & >().text()), &U::text > *) |
| template<typename U> | |
| static int | test (...) |
Static Public Attributes | |
| static constexpr bool | value = sizeof(test<T>(nullptr)) == sizeof(char) |
Definition at line 59 of file Formatting.h.
|
static |
|
static |
|
staticconstexpr |
Definition at line 64 of file Formatting.h.