Sunshine latest
Self-hosted game stream host for Moonlight.
move_by_copy.h File Reference

Declarations for the MoveByCopy utility class. More...

#include <utility>
Include dependency graph for move_by_copy.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Declarations for the MoveByCopy utility class.