Home
last modified time | relevance | path

Searched defs:call_traits (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/detail/
H A Dcall_traits.hpp74 struct call_traits struct
77 typedef T value_type;
78 typedef T& reference;
79 typedef const T& const_reference;
91 >::param_type param_type;
95 struct call_traits<T&> struct
97 typedef T& value_type;
98 typedef T& reference;
99 typedef const T& const_reference;
100 typedef T& param_type; // hh removed const
[all …]