Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/
Ddecltype.hpp70 struct as_mutable struct
72 typedef T &type;
76 struct as_mutable<T &> struct
78 typedef T &type;
82 struct as_mutable<T const &> struct
84 typedef T &type;