命名空间
变体
操作

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

来自 cppreference.com
< cpp‎ | ranges‎ | subrange
 
 
范围库
范围适配器
 
 
constexpr bool empty() const;
(自 C++20 起)

检查 subrange 是否为空。

[编辑] 返回值

begin_ == end_.

[编辑] 示例

[编辑] 参见

获取 subrange 的大小
(公共成员函数) [编辑]
(C++17)
检查容器是否为空
(函数模板) [编辑]
检查范围是否为空
(定制点对象)[编辑]