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.