cmoon::test::test_suite::operator=





test_suite& operator=(const test_suite&) = delete;


(1)


test_suite& operator=(test_suite&& other) noexcept;


(2)

1) Copy assignment is deleted.

2) Move assignment.

Parameters

other - another test suite object to move