27#ifndef QB_UTILS_NOCOPY_H
28#define QB_UTILS_NOCOPY_H
nocopy(nocopy const &&)=delete
Deleted move constructor.
nocopy()=default
Default constructor.
nocopy(nocopy const &)=delete
Deleted copy constructor.
nocopy & operator=(nocopy &&)=delete
Deleted move assignment operator.
nocopy & operator=(nocopy const &)=delete
Deleted copy assignment operator.