Home
last modified time | relevance | path

Searched defs:result_of_wrap_callable_class (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/utility/
H A Dresult_of.hpp115 struct result_of_wrap_callable_class { struct
116 typedef result_of_callable_class<C> type;
120 struct result_of_wrap_callable_class<C const> { struct
121 typedef result_of_callable_class<C> const type;
125 struct result_of_wrap_callable_class<C volatile> { struct
126 typedef result_of_callable_class<C> volatile type;
130 struct result_of_wrap_callable_class<C const volatile> { struct
131 typedef result_of_callable_class<C> const volatile type;
135 struct result_of_wrap_callable_class<C &> { struct
136 typedef typename result_of_wrap_callable_class<C>::type &type;