MCPcopy Create free account
hub / github.com/boostorg/cobalt / task_move_only

Method task_move_only

test/task.cpp:303–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301struct task_move_only
302{
303 task_move_only() = default;
304 task_move_only(task_move_only &&) = default;
305 task_move_only & operator=(task_move_only &&) = delete;
306};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected