Searched defs:ThrowsMove (Results 1 – 6 of 6) sorted by relevance
183 struct ThrowsMove { in main() struct184 ThrowsMove() noexcept {} in main() argument185 ThrowsMove(ThrowsMove const&) noexcept {} in main() argument186 ThrowsMove(ThrowsMove &&) noexcept(false) {} in main() function187 ThrowsMove& operator=(ThrowsMove const&) noexcept { return *this; } in main()188 ThrowsMove& operator=(ThrowsMove &&) noexcept { return *this; } in main()
178 struct ThrowsMove { in main() struct179 ThrowsMove() noexcept {} in main() function180 ThrowsMove(ThrowsMove const&) noexcept {} in main() function181 ThrowsMove(ThrowsMove &&) noexcept(false) {} in main() argument182 ThrowsMove& operator=(ThrowsMove const&) noexcept { return *this; } in main()183 ThrowsMove& operator=(ThrowsMove &&) noexcept { return *this; } in main()
201 struct ThrowsMove { in main() struct202 ThrowsMove() noexcept(false) {} in main() argument203 ThrowsMove(ThrowsMove const&) noexcept(false) {} in main() argument204 ThrowsMove(ThrowsMove &&) noexcept(false) {} in main() argument
208 struct ThrowsMove { in main() struct209 ThrowsMove() noexcept(false) {} in main() function210 ThrowsMove(ThrowsMove const&) noexcept(false) {} in main() function211 ThrowsMove(ThrowsMove &&) noexcept(false) {} in main() argument
35 struct ThrowsMove { struct36 ThrowsMove(ThrowsMove &&) noexcept(false) {} in ThrowsMove() function
27 struct ThrowsMove { struct28 ThrowsMove(ThrowsMove &&) noexcept(false) {} in ThrowsMove() function