Return the string value held by this object.

Synopsis

Declared in <bdld_datum.h>

bslstl::StringRef
theString() const;

Description

Return the string value represented by this object as a bslstl::StringRef object. The behavior is undefined unless this object actually represents a string value.

Return Value

the string value held by this object

Created with MrDocs