Constructors

Synopses

Declared in <baltzo_testloader.h>

Create a TestLoader object.

Create a TestLoader object using the specified allocator to supply memory. By default the test loader will return ErrorCode::k_UNSUPPORTED_ID for all time‐zone identifiers.

explicit
TestLoader(allocator_type const& allocator);

Created with MrDocs