operator== (std::extents)
|
(C++17)
|
||||
| Sequence | ||||
|
(C++11)
|
||||
|
(C++26)
|
||||
|
(C++26)
|
||||
|
(C++11)
|
||||
| Associative | ||||
| Unordered associative | ||||
|
(C++11)
|
||||
|
(C++11)
|
||||
|
(C++11)
|
||||
|
(C++11)
|
||||
| Adaptors | ||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(C++23)
|
||||
| Views | ||||
|
(C++20)
|
||||
|
(C++23)
|
||||
| Tables | ||||
| Iterator invalidation | ||||
| Member function table | ||||
| Non-member function table |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
| Observers | ||||
| Helpers | ||||
| Non-member functions | ||||
|
extents::operator==
|
||||
| Deduction guides |
|
template
<
class
OtherIndexType,
std::
size_t
...
OtherExtents
>
friend
constexpr
bool
operator
==
(
|
(C++23부터) | |
두 개의
extents
를 비교합니다.
true
를 반환하는 조건은
lhs.
rank
(
)
가
rhs.
rank
(
)
와 같고,
lhs.
extent
(
r
)
가
rhs.
extent
(
r
)
와
rhs
의 모든 랭크 인덱스
r
에 대해 동일한 경우입니다;
그렇지 않으면
false
를 반환합니다.
매개변수
| lhs, rhs | - | 비교할 값의 범위 |
반환값
true 만약 lhs 와 rhs 가 나타내는 범위가 동일하면, false 그렇지 않으면
예제
|
이 섹션은 불완전합니다
이유: 예제 없음 |