operator-(ranges::adjacent_transform_view::sentinel)
來自 cppreference.com
< cpp | ranges | adjacent_transform_view | sentinel
template< bool OtherConst > requires std::sized_sentinel_for</*inner-sentinel*/<Const>, |
(1) | (C++23 起) |
template< bool OtherConst > requires std::sized_sentinel_for</*inner-sentinel*/<Const>, |
(2) | (C++23 起) |
這些函式模板對於通常的非限定或限定查詢不可見,只能透過實參依賴查詢在 adjacent_transform_view::sentinel
是引數的關聯類時才能找到。
[編輯] 引數
x | - | 迭代器 |
y | - | 哨兵 |
[編輯] 返回值
迭代器和哨兵之間的距離。
[編輯] 示例
本節不完整 原因:無示例 |