Home
last modified time | relevance | path

Searched defs:call_param (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/fusion/support/detail/
H A Daccess.hpp33 struct call_param struct
35 typedef T const& type;
39 struct call_param<T&> struct
41 typedef T& type;
45 struct call_param<T const> struct
47 typedef T const& type;
51 struct call_param<T volatile> struct
53 typedef T const& type;
57 struct call_param<T const volatile> struct
59 typedef T const& type;