Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/core/
Dfirst_scalar.hpp18 struct make_scalar { struct
19 typedef T type;
23 struct make_scalar<T[N]> { struct
24 typedef typename make_scalar<T>::type type;