Loading...
Searching...
No Matches
by::metaIf Struct Reference

Base interface for SFINAE-based type checking. More...

#include <rtti.hpp>

Inheritance diagram for by::metaIf:
by::tadaptiveSuper< T, typedefsuper > by::tifHasDefaultCtor< T > by::tifHasMetaTypeDef< T, typename > by::tifHasMetaTypeDef< T, typename taEmptyCan< typename T::metaType >::is > by::tifHasSuperTypedef< T, typename > by::tifHasSuperTypedef< T, typename taEmptyCan< typename T::super >::is > by::tifTemplate< T >

Public Types

typedef short yes
 
typedef char no
 

Detailed Description

Base interface for SFINAE-based type checking.

Provides yes/no types for template metaprogramming pattern used in compile-time type trait detection.


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