|
Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Classes | |
| struct | SFINAE |
Static Public Member Functions | |
| template<typename U > | |
| static Yes | Test (SFINAE< U, &U::operator()> *) |
| template<typename U > | |
| static No | Test (...) |
| template<typename U > | |
| static Yes | Test (SFINAE< U, &U::operator()> *) |
| template<typename U > | |
| static No | Test (...) |
Static Public Attributes | |
| static const bool | Value = sizeof(Test<T>(0)) == sizeof(Yes) |