Return true if the string is empty
Synopsis
constexpr
bool
empty() const noexcept;
Description
See core::string_view::size
Return Value
true
if the string is empty
Created with MrDocs
Return true if the string is empty
constexpr
bool
empty() const noexcept;
See core::string_view::size
true
if the string is empty
Created with MrDocs