Struct NoCopy

Struct Documentation

struct NoCopy

Public Functions

NoCopy() = default
~NoCopy() = default
NoCopy(NoCopy const&) = delete
NoCopy(NoCopy&&) = delete
NoCopy &operator=(NoCopy const&) = delete
NoCopy &operator=(NoCopy&&) = delete