Searched defs:ExceptionIf (Results 1 – 1 of 1) sorted by relevance
3 template<bool b> struct ExceptionIf { static int f(); }; struct4 template<> struct ExceptionIf<false> { typedef int f; }; struct