[#BSLSTL_STRING_VIEW_IS_ALIASED] = BSLSTL_STRING_VIEW_IS_ALIASED :mrdocs: `BSLSTL_STRING_VIEW_IS_ALIASED` is defined when `bsl::string_view` and its accompanying symbols are aliases to their `std` equivalents. Note that `std::string` may coexist with `bsl::string_view` that is _not_ an alias of it; see `BSLSTL_STRING_VIEW_AND_STD_STRING_VIEW_COEXIST`. == Synopsis Declared in `<bslstl_stringview.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BSLSTL_STRING_VIEW_IS_ALIASED ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#