Tizen Native API  5.5
Dali::TypeTraits< Type > Struct Template Reference

Type traits. More...

Inheritance diagram for Dali::TypeTraits< Type >:
Dali::BasicTypes< Type >

Detailed Description

template<typename Type>
struct Dali::TypeTraits< Type >

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 }; };
 }
Since:
3.0, DALi version 1.0.0