Create a user field value having the specified string value.

Synopsis

Declared in <ball_userfieldvalue.h>

explicit
UserFieldValue(
    std::string_view const& value,
    bslma::Allocator* basicAllocator = 0);

Parameters

Name

Description

value

string value

basicAllocator

memory allocator; null uses the default

Created with MrDocs