Base interface for SFINAE-based type checking. More...
#include <rtti.hpp>
Public Types | |
| typedef short | yes |
| typedef char | no |
Base interface for SFINAE-based type checking.
Provides yes/no types for template metaprogramming pattern used in compile-time type trait detection.