[#bsl-basic_string-0e-empty] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-0e.adoc[basic_string<wchar_t>]::empty :relfileprefix: ../../ :mrdocs: Return `true` if this string has length 0, and `false` otherwise. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool empty() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#