Searched defs:ExplicitThrow (Results 1 – 2 of 2) sorted by relevance
41 struct ExplicitThrow struct43 constexpr explicit ExplicitThrow(int x) { if (x != -1) TEST_THROW(6);} in ExplicitThrow() argument
27 struct ExplicitThrow { struct