std::basic_string_view<CharT,Traits>::empty
From cppreference.com
< cpp | string | basic string view
| constexpr bool empty() const noexcept; |
(since C++17) | |
Checks if the view has no characters, i.e. whether size() == 0.
Contents |