![]() |
Sunshine v2025.628.4510
Self-hosted game stream host for Moonlight.
|
Declarations for the MoveByCopy utility class. More...
#include <utility>Go to the source code of this file.
Classes | |
| class | move_by_copy_util::MoveByCopy< T > |
Namespaces | |
| namespace | move_by_copy_util |
| Contains utilities for moving objects by copying them. | |
Functions | |
| template<class T > | |
| MoveByCopy< T > | move_by_copy_util::cmove (T &movable) |
| template<class T > | |
| MoveByCopy< T > | move_by_copy_util::const_cmove (const T &movable) |
Declarations for the MoveByCopy utility class.