Create a user field value having the specified character array value.

Synopsis

Declared in <ball_userfieldvalue.h>

explicit
UserFieldValue(
    bsl::vector<char> const& value,
    bslma::Allocator* basicAllocator = 0);

Parameters

Name

Description

value

character array value

basicAllocator

memory allocator; null uses the default

Created with MrDocs