Namespaces
Variants
Actions

std::basic_string_view<CharT,Traits>::empty

From cppreference.com
 
 
 
 
constexpr bool empty() const noexcept;
(since C++17)

Checks if the view has no characters, i.e. whether size() == 0.

Contents

[