Construct an OccurrenceInfo object having the specified defaultValue.
Synopsis
Declared in <balcl_occurrenceinfo.h>
explicit
OccurrenceInfo(
bsls::Types::Int64 defaultValue,
bslma::Allocator* basicAllocator = 0);
Parameters
Name |
Description |
defaultValue |
default value for the described option |
basicAllocator |
memory allocator; null uses the default |
Created with MrDocs