rutz::is_polymorphic< T > Struct Template Reference
Traits class to tell whether T is a polymorphic type (i.e. has virtual functions).
More...
#include <rutz/traits.h>
List of all members.
|
Public Types |
enum | { value = imp_type::value
} |
typedef
is_polymorphic_selector
< is_class< T >::value > | selector |
typedef selector::template
rebind< T > | binder |
typedef binder::type | imp_type |
Detailed Description
template<class T>
struct rutz::is_polymorphic< T >
Traits class to tell whether T is a polymorphic type (i.e. has virtual functions).
Definition at line 188 of file traits.h.
The documentation for this struct was generated from the following file: