Create a user field value having the specified character array value.
Declared in <ball_userfieldvalue.h>
explicit
UserFieldValue(
bsl::vector<char> const& value,
bslma::Allocator* basicAllocator = 0);
| Name | Description |
|---|---|
| value | character array value |
| basicAllocator | memory allocator; null uses the default |