Constructors
Synopses
Declared in <baltzo_datafileloader.h>
Create an unconfigured data‐file loader. Optionally specify an allocator (e.g., the address of a bslma::Allocator object) to supply memory; otherwise, the default allocator is used.
Create an unconfigured data‐file loader using the specified allocator to supply memory.
explicit
DataFileLoader(allocator_type const& allocator);
Created with MrDocs