Searched defs:assert_arg_pred_impl (Results 1 – 1 of 1) sorted by relevance
171 template< bool > struct assert_arg_pred_impl { typedef int type; }; argument172 template<> struct assert_arg_pred_impl<true> { typedef void* type; }; argument