|
Sunshine master
Self-hosted game stream host for Moonlight.
|
Contains utilities for moving objects by copying them. More...
Classes | |
| class | MoveByCopy |
Functions | |
| template<class T > | |
| MoveByCopy< T > | cmove (T &movable) |
| Copy a move-only value by moving from the source reference. | |
| template<class T > | |
| MoveByCopy< T > | const_cmove (const T &movable) |
| Copy-shape wrapper for moving from a const reference. | |
Contains utilities for moving objects by copying them.
| MoveByCopy< T > move_by_copy_util::cmove | ( | T & | movable | ) |
Copy a move-only value by moving from the source reference.
| movable | Move-only object to transfer through a copy-shaped API. |
| MoveByCopy< T > move_by_copy_util::const_cmove | ( | const T & | movable | ) |
Copy-shape wrapper for moving from a const reference.
| movable | Move-only object to transfer through a copy-shaped API. |