Tizen Native API
|
Dali::BasicTypes< Type > Struct Template Reference
Basic type traits that every type has by default. More...
Inheritance diagram for Dali::BasicTypes< Type >:
Public Types | |
enum | |
This flag tells Dali if a class can be considered POD. More... |
Detailed Description
template<typename Type>
struct Dali::BasicTypes< Type >
Basic type traits that every type has by default.
This allows specializations to not have to repeat all flags
- Since :
- 2.4
Member Enumeration Documentation
template<typename Type>
anonymous enum |
This flag tells Dali if a class can be considered POD.
If it declares copy constructor and/or destructor, its not considered trivial and cannot be copied by using memcpy etc.
- Since :
- 2.4