CARB_PREVENT_MOVE#

Defined in carb/Defines.h

CARB_PREVENT_MOVE(classname)#

A macro that deletes the move-construct and move-assign functions for the given classname.

Parameters:
  • classname – The class to delete move functions for.