Namespaces
Variants

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

From cppreference.net
constexpr bool empty ( ) const noexcept ;
(라이브러리 fundamentals TS)

뷰에 문자가 없는지 확인합니다. 즉, size() == 0 인지 여부를 확인합니다.

목차

매개변수

(없음)

반환값

true 뷰가 비어 있는 경우, false 그렇지 않은 경우

복잡도

상수.

참고 항목

문자 수를 반환합니다
(public member function)
최대 문자 수를 반환합니다
(public member function)