Create a TestLoader object using the specified allocator to supply memory.
Synopsis
Declared in <baltzo_testloader.h>
explicit
TestLoader(allocator_type const& allocator);
Description
By default the test loader will return ErrorCode::k_UNSUPPORTED_ID for all time‐zone identifiers.
Parameters
Name |
Description |
allocator |
allocator used to supply memory |
Created with MrDocs