operator==,!=,<,<=,>,>=,<=>(std::sub_match)
定义于头文件 <regex>
|
||
直接比较 |
||
template< class BidirIt > bool operator==( const std::sub_match<BidirIt>& lhs, |
(1) | (C++11 起) |
template< class BidirIt > bool operator!=( const std::sub_match<BidirIt>& lhs, |
(2) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator<( const std::sub_match<BidirIt>& lhs, |
(3) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator<=( const std::sub_match<BidirIt>& lhs, |
(4) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator>( const std::sub_match<BidirIt>& lhs, |
(5) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator>=( const std::sub_match<BidirIt>& lhs, |
(6) | (C++11 起) (C++20 前) |
template< class BidirIt > /*comp-cat*/ operator<=>( const std::sub_match<BidirIt>& lhs, |
(7) | (C++20 起) |
std::sub_match 与 std::basic_string |
||
template< class BidirIt, class Traits, class Alloc > bool operator==( const std::sub_match<BidirIt>& sm, |
(8) | (C++11 起) |
template< class BidirIt, class Traits, class Alloc > bool operator!=( const std::sub_match<BidirIt>& sm, |
(9) | (C++11 起) (C++20 前) |
template< class BidirIt, class Traits, class Alloc > bool operator<( const std::sub_match<BidirIt>& sm, |
(10) | (C++11 起) (C++20 前) |
template< class BidirIt, class Traits, class Alloc > bool operator<=( const std::sub_match<BidirIt>& sm, |
(11) | (C++11 起) (C++20 前) |
template< class BidirIt, class Traits, class Alloc > bool operator>( const std::sub_match<BidirIt>& sm, |
(12) | (C++11 起) (C++20 前) |
template< class BidirIt, class Traits, class Alloc > bool operator>=( const std::sub_match<BidirIt>& sm, |
(13) | (C++11 起) (C++20 前) |
template< class BidirIt, class Traits, class Alloc > /*comp-cat*/ operator<=>( const std::sub_match<BidirIt>& sm, |
(14) | (C++20 起) |
std::basic_string 与 std::sub_match |
||
template< class BidirIt, class Traits, class Alloc > bool operator==( const std::basic_string< |
(15) | (C++11 起) (C++20 前) |
template< class BidirIt, class Traits, class Alloc > bool operator!=( const std::basic_string< |
(16) | (C++11 起) (C++20 前) |
template< class BidirIt, class Traits, class Alloc > bool operator<( const std::basic_string< |
(17) | (C++11 起) (C++20 前) |
template< class BidirIt, class Traits, class Alloc > bool operator<=( const std::basic_string< |
(18) | (C++11 起) (C++20 前) |
template< class BidirIt, class Traits, class Alloc > bool operator>( const std::basic_string< |
(19) | (C++11 起) (C++20 前) |
template< class BidirIt, class Traits, class Alloc > bool operator>=( const std::basic_string< |
(20) | (C++11 起) (C++20 前) |
std::sub_match 与 std::iterator_traits<BidirIt>::value_type* |
||
template< class BidirIt > bool operator==( const std::sub_match<BidirIt>& sm, |
(21) | (C++11 起) |
template< class BidirIt > bool operator!=( const std::sub_match<BidirIt>& sm, |
(22) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator<( const std::sub_match<BidirIt>& sm, |
(23) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator<=( const std::sub_match<BidirIt>& sm, |
(24) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator>( const std::sub_match<BidirIt>& sm, |
(25) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator>=( const std::sub_match<BidirIt>& sm, |
(26) | (C++11 起) (C++20 前) |
template< class BidirIt > /*comp-cat*/ operator<=>( const std::sub_match<BidirIt>& sm, |
(27) | (C++20 起) |
std::iterator_traits<BidirIt>::value_type* 与 std::sub_match |
||
template< class BidirIt > bool operator==( const typename std::iterator_traits<BidirIt>::value_type* s, |
(28) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator!=( const typename std::iterator_traits<BidirIt>::value_type* s, |
(29) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator<( const typename std::iterator_traits<BidirIt>::value_type* s, |
(30) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator<=( const typename std::iterator_traits<BidirIt>::value_type* s, |
(31) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator>( const typename std::iterator_traits<BidirIt>::value_type* s, |
(32) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator>=( const typename std::iterator_traits<BidirIt>::value_type* s, |
(33) | (C++11 起) (C++20 前) |
std::sub_match 与 std::iterator_traits<BidirIt>::value_type |
||
template< class BidirIt > bool operator==( const std::sub_match<BidirIt>& sm, |
(34) | (C++11 起) |
template< class BidirIt > bool operator!=( const std::sub_match<BidirIt>& sm, |
(35) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator<( const std::sub_match<BidirIt>& sm, |
(36) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator<=( const std::sub_match<BidirIt>& sm, |
(37) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator>( const std::sub_match<BidirIt>& sm, |
(38) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator>=( const std::sub_match<BidirIt>& sm, |
(39) | (C++11 起) (C++20 前) |
template< class BidirIt > /*comp-cat*/ operator<=>( const std::sub_match<BidirIt>& sm, |
(40) | (C++20 起) |
std::iterator_traits<BidirIt>::value_type 与 std::sub_match |
||
template< class BidirIt > bool operator==( const typename std::iterator_traits<BidirIt>::value_type& ch, |
(41) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator!=( const typename std::iterator_traits<BidirIt>::value_type& ch, |
(42) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator<( const typename std::iterator_traits<BidirIt>::value_type& ch, |
(43) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator<=( const typename std::iterator_traits<BidirIt>::value_type& ch, |
(44) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator>( const typename std::iterator_traits<BidirIt>::value_type& ch, |
(45) | (C++11 起) (C++20 前) |
template< class BidirIt > bool operator>=( const typename std::iterator_traits<BidirIt>::value_type& ch, |
(46) | (C++11 起) (C++20 前) |
比较 sub_match
与另一 sub_match
、 string 、空终止字符序列或字符。
三路比较运算符的结果类型( /*comp-cat*/ )是 std::compare_three_way_result_t<typename std::sub_match<BidirIt>::string_type>> ,即 typename std::char_traits<typename std::iterator_traits<BidirIt>::value_type>::comparison_category 若它存在,否则为 std::weak_ordering 。 |
(C++20 起) |
参数
lhs, rhs, sm | - | 要比较的 sub_match
|
st | - | 要比较的 basic_string
|
s | - | 指向要比较空终止字符串的指针 |
ch | - | 要比较的字符 |
返回值
对于 operator==
, (C++20 起)若以 std::sub_match::compare() 定义的对应关系成立则为 true ,否则为 false 。
对于 |
(C++20 起) |
注解
若 |
(C++20 起) |
示例
本节未完成 原因:暂无示例 |
参阅
若存在则比较匹配的子序列 (公开成员函数) |