Home
last modified time | relevance | path

Searched defs:assert_arg_pred_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/mpl/
H A Dassert.hpp171 template< bool > struct assert_arg_pred_impl { typedef int type; }; argument
172 template<> struct assert_arg_pred_impl<true> { typedef void* type; }; argument