Searched defs:ThrowsMove (Results 1 – 6 of 6) sorted by relevance
183 struct ThrowsMove { in main() struct184 ThrowsMove() noexcept {} in main() function185 ThrowsMove(ThrowsMove const&) noexcept {} in main() argument186 ThrowsMove(ThrowsMove &&) noexcept(false) {} in main() argument187 ThrowsMove& operator=(ThrowsMove const&) noexcept { return *this; } in main()188 ThrowsMove& operator=(ThrowsMove &&) noexcept { return *this; } in main()
182 struct ThrowsMove { in main() struct183 ThrowsMove() noexcept {} in main() argument184 ThrowsMove(ThrowsMove const&) noexcept {} in main() argument185 ThrowsMove(ThrowsMove &&) noexcept(false) {} in main() argument186 ThrowsMove& operator=(ThrowsMove const&) noexcept { return *this; } in main()187 ThrowsMove& operator=(ThrowsMove &&) noexcept { return *this; } in main()
205 struct ThrowsMove { in main() struct206 ThrowsMove() noexcept(false) {} in main() argument207 ThrowsMove(ThrowsMove const&) noexcept(false) {} in main() argument208 ThrowsMove(ThrowsMove &&) noexcept(false) {} in main() argument
208 struct ThrowsMove { in main() struct209 ThrowsMove() noexcept(false) {} in main() argument210 ThrowsMove(ThrowsMove const&) noexcept(false) {} in main() function211 ThrowsMove(ThrowsMove &&) noexcept(false) {} in main() function
32 struct ThrowsMove { struct33 ThrowsMove(ThrowsMove &&) noexcept(false) {} in ThrowsMove() argument
35 struct ThrowsMove { struct36 ThrowsMove(ThrowsMove &&) noexcept(false) {} in ThrowsMove() argument