std::ranges::subrange<I,S,K>:: empty
From cppreference.net
C++
Ranges library
|
||||||||||||||||||||||
| Range primitives | |||||||
|
|||||||
| Range concepts | |||||||||||||||||||
|
|||||||||||||||||||
| Range factories | |||||||||
|
|||||||||
| Range adaptors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||
| Helper items | |||||||||||||||||
|
|
||||||||||||||||
std::ranges::subrange
|
constexpr
bool
empty
(
)
const
;
|
(C++20부터) | |
subrange
가 비어 있는지 확인합니다.
반환값
예제
|
이 섹션은 불완전합니다
이유: 예시가 없음 |
참고 항목
subrange
의 크기를 얻음
(public member function) |
|
|
(C++17)
|
컨테이너가 비어 있는지 확인
(function template) |
|
(C++20)
|
range가 비어 있는지 확인
(customization point object) |