Constructors
Synopses
Declared in <baltzo_testloader.h>
Create a TestLoader object.
TestLoader();
Create a TestLoader object using the specified allocator to supply memory.
explicit
TestLoader(allocator_type const& allocator);
Parameters
Name |
Description |
allocator |
allocator used to supply memory |
Created with MrDocs