Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/algorithm/detail/
Ddecay_array.hpp17 struct decay_array struct
19 typedef T type;
23 struct decay_array<T[N]> struct
25 typedef T* type;
29 struct decay_array<T (&)[N]> struct
31 typedef T* type;