boost::capy::task::task
Move construct, transferring ownership.
Synopsis
Declared in <boost/capy/task.hpp>
task(task&& other) noexcept;
Parameters
| Name | Description |
|---|---|
other |
The object to move construct from |
Created with MrDocs