Bifrost SDK
Bifrost SDK documentation
Amino::PointeeTraits::is_compliant< T > Struct Template Reference

Whether the class of type T can be stored in an Amino::Ptr<T> or an Amino::MutablePtr<T>. More...

#include <Ptr.h>

Inheritance diagram for Amino::PointeeTraits::is_compliant< T >:

Detailed Description

template<typename T>
struct Amino::PointeeTraits::is_compliant< T >

Whether the class of type T can be stored in an Amino::Ptr<T> or an Amino::MutablePtr<T>.

Definition at line 83 of file Ptr.h.