Tizen Native API
5.5
|
Type traits. More...
Type traits.
An example of overriding a traits flag for a custom type can be done by:
namespace Dali { template <> struct TypeTraits< Dali::Matrix > : public BasicTypes< Dali::Matrix > { enum { IS_TRIVIAL_TYPE = true }; }; }