cmoon::test::text_test_runner<class CharT, class Traits>::operator=





text_test_runner& operator=(const text_test_runner&);


(1)


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


(2)

1) Copy assignment.

2) Move assignment.

Parameters

other - another runner object to copy/move