MIRA
IsObjectTrackable< T > Class Template Reference

Type trait that indicates whether pointer tracking can be enabled for this type. More...

#include <serialization/IsObjectTrackable.h>

Inheritance diagram for IsObjectTrackable< T >:
Inheritance graph
[legend]

Detailed Description

template<typename T>
class mira::IsObjectTrackable< T >

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).


The documentation for this class was generated from the following file: