std::ranges::join_with_view<V,Pattern>:: sentinel <Const>:: sentinel
From cppreference.net
<
cpp
|
ranges
|
join with view
|
sentinel
C++
Ranges library
|
||||||||||||||||||||||
| Range primitives | |||||||
|
|||||||
| Range concepts | |||||||||||||||||||
|
|||||||||||||||||||
| Range factories | |||||||||
|
|||||||||
| Range adaptors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||
| Helper items | |||||||||||||||||
|
|
||||||||||||||||
std::ranges::join_with_view
| Member functions | ||||
| Deduction guides | ||||
| Iterator | ||||
| Member functions | ||||
| Non-member functions | ||||
| Sentinel | ||||
|
join_with_view::
sentinel
::
sentinel
|
||||
|
/*sentinel*/
(
)
=
default
;
|
(1) | (C++23以降) |
|
constexpr
/*sentinel*/
(
/*sentinel*/
<
!
Const
>
i
)
requires Const
&&
std::
convertible_to
<
ranges::
sentinel_t
<
V
>
,
|
(2) | (C++23以降) |
|
constexpr
explicit
/*sentinel*/
(
/*Parent*/
&
parent
)
;
|
(3) |
(C++23以降)
( 説明専用* ) |
センチネルを構築します。オーバーロード (3) は end() によって ranges::join_with_view から呼び出されます。
| オーバーロード |
end_
|
|---|---|
| (1) | 値初期化 |
| (2) |
std
::
move
(
s.
end_
)
で初期化
|
| (3) | ranges:: end ( parent. base_ ) で初期化 |
パラメータ
| i | - | 可変イテレータに対応するセンチネル |
| parent | - | a std::ranges::join_with_view object |
例
|
このセクションは不完全です
理由: 例がありません |