|
Broom 1.0.0
A thread-local C++ Garbage Collector
|
Public Member Functions | |
| BigThing () | |
| BigThing (size_t size) | |
| ~BigThing ()=default | |
| void | FillWithRandomBytes () |
| BigThing (const BigThing &other) | |
| BigThing & | operator= (const BigThing &other)=delete |
| BigThing & | operator= (BigThing &&other)=delete |
| uint8_t | At (size_t index) const |
|
default |