Searched defs:sub_throws (Results 1 – 2 of 2) sorted by relevance
28 struct sub_throws : super_throws { struct29 sub_throws() throw() : super_throws() {} in sub_throws() argument
681 struct sub_throws : super_throws { struct 682 sub_throws() noexcept : super_throws() {} in sub_throws() argument