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