BloombergLP::bslstl::StringRefData::StringRefData

Create a StringRefData object with the specified begin and end attribute values. The behavior is undefined unless begin <= end and !begin == !end.

Synopsis

Declared in <bslstl_stringrefdata.h>

StringRefData(
    CHAR_TYPE const* begin,
    CHAR_TYPE const* end);

Parameters

NameDescription
beginaddress of the first character in the referenced range
endaddress one past the last character in the referenced range