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