common: Add ScratchBuffer class
This class creates a default initialized heap allocated buffer for cases where value initializing members during allocation or resize is redundant.
Please register or sign in to comment
This class creates a default initialized heap allocated buffer for cases where value initializing members during allocation or resize is redundant.