Home
last modified time | relevance | path

Searched defs:assert_arg_pred_impl (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dassert.hpp137 template< bool > struct assert_arg_pred_impl { typedef int type; }; struct
138 template<> struct assert_arg_pred_impl<true> { typedef void* type; }; struct