Home
last modified time | relevance | path

Searched defs:aligned_next (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp1236 struct aligned_next<Len, Align, T, true> struct
1239 typedef aligned_union<T, Len> type;
1244 struct aligned_next<Len, Align, max_align_t, false> struct
1245 { typedef aligned_union<max_align_t, Len> type; };