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