Base Framework
|
#include <base/collection/Moveable.h>
Classes | |
class | Stats |
Public Member Functions | |
Moveable (Stats &_stats) noexcept | |
Moveable (Stats *_stats) noexcept | |
Moveable (const Moveable ©) noexcept | |
Moveable (Moveable &&move) noexcept | |
Moveable & | operator= (const Moveable ©) noexcept |
Moveable & | operator= (Moveable &&move) noexcept |
Class for getting stats for container manipulations and similar. Not MT-safe.