proxygen
|
#include <Utility.h>
Protected Member Functions | |
constexpr | MoveOnly ()=default |
~MoveOnly ()=default | |
MoveOnly (MoveOnly &&)=default | |
MoveOnly & | operator= (MoveOnly &&)=default |
MoveOnly (const MoveOnly &)=delete | |
MoveOnly & | operator= (const MoveOnly &)=delete |
Disallow copy but not move in derived types. This is essentially boost::noncopyable (the implementation is almost identical) but it doesn't delete move constructor and move assignment.
|
protecteddefault |
|
protecteddefault |
|
protecteddefault |
|
protecteddelete |