Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dproto_fwd.hpp157 struct uncvref struct
159 typedef T type;
163 struct uncvref<T const> struct
165 typedef T type;
169 struct uncvref<T &> struct
171 typedef T type;
175 struct uncvref<T const &> struct
177 typedef T type;
181 struct uncvref<T const[N]> struct
183 typedef T type[N];
[all …]