Home
last modified time | relevance | path

Searched defs:result_of_void_impl (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.hpp154 struct result_of_void_impl struct
156 typedef void type;
160 struct result_of_void_impl<R (*)(void)> struct
162 typedef R type;
166 struct result_of_void_impl<R (&)(void)> struct
168 typedef R type;