Create a StringRefData object the specified begin and end attribute values. The behavior is undefined unless begin <= end and !begin == !end.
Declared in <bslstl_stringrefdata.h>
StringRefData(
CHAR_TYPE const* begin,
CHAR_TYPE const* end);