Namespaces
Variants

std::ranges::subrange<I,S,K>:: empty

From cppreference.net
Ranges library
Range adaptors
constexpr bool empty ( ) const ;
(C++20부터)

subrange 가 비어 있는지 확인합니다.

반환값

begin_ == end_ .

예제

참고 항목

subrange 의 크기를 얻음
(public member function)
(C++17)
컨테이너가 비어 있는지 확인
(function template)
range가 비어 있는지 확인
(customization point object)