Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp1172 struct aligned_storage_impl struct
1174 typedef aligned_union<Len, Align> type;
1218 struct aligned_storage_impl struct
1220 typedef aligned_struct_wrapper<Len, Align> type;
1268 struct aligned_storage_impl struct