CARB_PREVENT_COPY#
Defined in carb/Defines.h
-
CARB_PREVENT_COPY(classname)#
A macro that deletes the copy-construct and copy-assign functions for the given classname.
- Parameters:
classname – The class to delete copy functions for.
Defined in carb/Defines.h
A macro that deletes the copy-construct and copy-assign functions for the given classname.
classname – The class to delete copy functions for.