Tizen Native API
4.0
|
Basic type traits that every type has by default. More...
Public Types | |
enum | |
This flag tells Dali if a class can be considered POD. More... |
Basic type traits that every type has by default.
This allows specializations to not have to repeat all flags.
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.