libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ operator<=>() [4/4]

template<typename _BiIter>
auto operator<=> ( const sub_match< _BiIter > & __lhs,
const sub_match< _BiIter > & __rhs )
related

Three-way comparison of two regular expression submatches.

Parameters
__lhsFirst regular expression submatch.
__rhsSecond regular expression submatch.
Returns
A value indicating whether __lhs is less than, equal to, greater than, or incomparable with __rhs.

Definition at line 1137 of file regex.h.

1138 =>(const sub_match<_BiIter>& __lhs,
1141 {
1144 }
constexpr auto __char_traits_cmp_cat(int __cmp) noexcept
int compare(const sub_match &__s) const
Compares this and another matched sequence.
Definition regex.h:1002
constexpr sub_match() noexcept
Definition regex.h:959