MIRA
|
Type trait that indicates whether pointer tracking can be enabled for this type. More...
#include <serialization/IsObjectTrackable.h>
Type trait that indicates whether pointer tracking can be enabled for this type.
If this trait inherits from true_type, the type can be tracked. By default pointer tracking is enabled for classes only. For all fundamental types (int, float, etc) and enums it is disabled (for performance reasons).