Create an empty string reference.

Synopsis

Declared in <bslstl_stringref.h>

StringRefImp();

Description

Create an object representing an empty std::string value that is independent of any external representation and with the following attribute values: ` begin() == end() isEmpty() == true `

Created with MrDocs