Return a string reference providing non‐modifiable access to the message attribute of this record attributes object.

Synopsis

Declared in <ball_recordattributes.h>

bslstl::StringRef
messageRef() const;

Description

Note that the returned string reference is not null‐terminated, and may contain null ('0') characters.

Return Value

string reference to the message attribute

Created with MrDocs