Construct a decoder object using the optionally specified basicAllocator. If basicAllocator is 0, the default allocator is used.

Synopsis

Declared in <baljsn_decoder.h>

explicit
Decoder(bslma::Allocator* basicAllocator = 0);

Parameters

Name

Description

basicAllocator

memory allocator; null uses the default

Created with MrDocs