Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/lexical_cast/include/boost/lexical_cast/detail/
Dconverter_lexical.hpp314 struct array_to_pointer_decay struct
316 typedef T type;
320 struct array_to_pointer_decay<T[N]> struct
322 typedef const T * type;