Home
last modified time | relevance | path

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

/third_party/boost/boost/yap/detail/
Dalgorithm.hpp35 struct partial_decay struct
37 using type = T;
41 struct partial_decay<T[]> struct
43 using type = T *;
46 struct partial_decay<T[N]> struct
48 using type = T *;
52 struct partial_decay<T (&)[]> struct
54 using type = T *;
57 struct partial_decay<T (&)[N]> struct
59 using type = T *;
[all …]