template <typename T, typename U>
struct aggregate_traits
Defined at line 59 of file ../../third_party/android/platform/system/core/include/utils/TypeHelpers.h
Enumerations
enum
| Name | Value |
|---|---|
| is_pointer | false |
| has_trivial_ctor | traits<T>::has_trivial_ctor && traits<U>::has_trivial_ctor |
| has_trivial_dtor | traits<T>::has_trivial_dtor && traits<U>::has_trivial_dtor |
| has_trivial_copy | traits<T>::has_trivial_copy && traits<U>::has_trivial_copy |
| has_trivial_move | traits<T>::has_trivial_move && traits<U>::has_trivial_move |
Defined at line 60 of file ../../third_party/android/platform/system/core/include/utils/TypeHelpers.h