template<class T, bool = std::is_polymorphic<T>::value>
class faudes::CastToType< T, bool >
Wrapper for dynamivc_cast<Type*>() that returns a nullptr when the argument is not a polymorphic class (instead of a compile-time error). See TBaseSet::DoWrite() for the use case that triggered this wrapper.
Definition at line 1016 of file cfl_types.h.