undocument this line if you encounter any issues!
Definition: Any.h:37
UncopiedInstance & operator=(const UncopiedInstance &other)
assignment operator (does NOT call T::operator=(other))
Definition: UncopiedInstance.h:85
UncopiedInstance(const UncopiedInstance &other)
default copy constructor calls T()
Definition: UncopiedInstance.h:82
UncopiedInstance(const T &t)
copy from parent constructor
Definition: UncopiedInstance.h:76
UncopiedInstance()
default constructor calls T()
Definition: UncopiedInstance.h:79
Utility class for class instances that are created brand new on copy.
Definition: UncopiedInstance.h:72