|
Bifrost SDK
Bifrost SDK documentation
|
Whether a Ptr<T> or MutablePtr<T> can be instantiated. More...
#include <Ptr.h>
Whether a Ptr<T> or MutablePtr<T> can be instantiated.
This is less strict than is_compliant because it must be allowed to downcast (Ptr<Base>) or type erase (Ptr<void>) the pointee type.