Traits class to tell whether T is a polymorphic type (i.e. has virtual functions). More...
#include <rutz/traits.h>
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 |
Traits class to tell whether T is a polymorphic type (i.e. has virtual functions).
Definition at line 188 of file traits.h.