Enumerations | |
enum | BASESORTFLAGS { BASESORTFLAGS_0, BASESORTFLAGS_MOVEANDCOPYOBJECTS } |
enum BASESORTFLAGS |
Flags for the behavior of BaseSort when moving objects. If you pass the default value BASESORTFLAGS_0 an auto-detection checks for POD and sets BASESORTFLAGS_MOVEANDCOPYOBJECTS if applicable. For non-POD datatypes BASESORTFLAGS_MOVEANDCOPYOBJECTS can be manually set to increase performance (if your datatype allows memory operations).