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

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

# Declarations

constexpr bool empty() const noexcept;

(library fundamentals TS)

# Return value

true if the view is empty, false otherwise

# See also