Create a command-line-option value object having the specified value.
Declared in <balcl_optionvalue.h>
explicit
OptionValue(
bsl::vector<bsls::Types::Int64> const& value,
bslma::Allocator* basicAllocator = 0);
| Name | Description |
|---|---|
| value | initial 64-bit-int-array value |
| basicAllocator | memory allocator; null uses the default |