This class is an intermediate link between bslstl::StringRef used in BDE and bsl::string_view and is kept only for compatibility with legacy code.
Synopsis
Declared in <bslstl_stringrefdata.h>
template<class CHAR_TYPE>
class StringRefData
: public bsl::basic_string_view<CHAR_TYPE>
Base Classes
Name |
Description |
|
A non‐owning reference to a string. |
Type Aliases
Name |
Member Functions
Name |
Description |
|
Constructors |
Declare |
Static Member Functions
Name |
Description |
Return the number of |
Derived Classes
Name |
Description |
This class provides a reference‐semantic‐like (see below) mechanism that allows |
Created with MrDocs