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