boost::capy::strand::operator=
Assignment operators
Synopses
Declared in <boost/capy/ex/strand.hpp>
Copy assignment operator.
strand&
operator=(strand const& other) = default;
Move assignment operator.
strand&
operator=(strand&& other) = default;
Created with MrDocs