Classes
|
class
|
HelperClass< SORTCLASS, ITERATOR, CONTENT, FLAGS >
|
class
|
BaseSort< SORTCLASS, FLAGS >
|
class
|
SimpleSort< COMPARE, FLAGS >
|
class
|
HelperClass< SORTCLASS, ITERATOR, CONTENT, BASESORTFLAGS::NONE >
|
class
|
HelperClass< SORTCLASS, ITERATOR, CONTENT, BASESORTFLAGS::MOVEANDCOPYOBJECTS >
|
Variable Documentation
◆
NONE
always use constructor/destructor or move operator, never memcpy, memmove or realloc
◆
MOVEANDCOPYOBJECTS
elements are PODs and can be moved and copied using memcpy and moved using memmove