C++ 参考手册
- C++11
- C++14
- C++17
- C++20
- C++ 编译器支持情况表
- 独立与宿主实现
- C++ 语言
- C++ 关键词
- 预处理器
- C++ 标准库头文件
- 具名要求
- 功能特性测试 (C++20)
- 工具库
- 类型支持(基本类型、RTTI、类型特性)
- 概念库 (C++20)
- 错误处理
- 动态内存管理
- 日期和时间工具
- 字符串库
- 容器库
- 迭代器库
- 范围库 (C++20)
- 算法库
- 数值库
- 输入/输出库
- 文件系统库
- 本地化库
- 正则表达式库
- std::sub_match
- std::basic_regex
- operator==,!=,<,<=,>,>=,<=>(std::sub_match)
- operator<<(std::sub_match)
- std::match_results
- std::regex_search
- std::regex_replace
- std::regex_iterator
- std::regex_match
- std::regex_token_iterator
- std::regex_error
- std::regex_traits
- std::regex_constants::syntax_option_type
- std::regex_constants::match_flag_type
- std::regex_constants::error_type
- 改 ECMAScript 正则表达式文法
- 注释
- 原子操作库
- 线程支持库
- 实验性 C++ 特性
- 有用的资源
- 索引
- std 符号索引
- 协程支持 (C++20)
- C++ 关键词
位置:首页 > C++ 参考手册 >正则表达式库 >std::sub_match > operator==,!=,<,<=,>,>=,<=>(std::sub_match)
operator==,!=,<,<=,>,>=,<=>(std::sub_match)
bool operator!=( const std::sub_match<BidirIt>& lhs,
(C++20 前)
bool operator<( const std::sub_match<BidirIt>& lhs,
(C++20 前)
bool operator<=( const std::sub_match<BidirIt>& lhs,
(C++20 前)
bool operator>( const std::sub_match<BidirIt>& lhs,
(C++20 前)
bool operator>=( const std::sub_match<BidirIt>& lhs,
(C++20 前)
/*comp-cat*/ operator<=>( const std::sub_match<BidirIt>& lhs,
std::sub_match
与 std::basic_string
bool operator==( const std::sub_match<BidirIt>& sm,
const std::basic_string<
typename std::iterator_traits<BidirIt>::value_type,
bool operator!=( const std::sub_match<BidirIt>& sm,
const std::basic_string<
typename std::iterator_traits<BidirIt>::value_type,
(C++20 前)
bool operator<( const std::sub_match<BidirIt>& sm,
const std::basic_string<
typename std::iterator_traits<BidirIt>::value_type,
(C++20 前)
bool operator<=( const std::sub_match<BidirIt>& sm,
const std::basic_string<
typename std::iterator_traits<BidirIt>::value_type,
(C++20 前)
bool operator>( const std::sub_match<BidirIt>& sm,
const std::basic_string<
typename std::iterator_traits<BidirIt>::value_type,
(C++20 前)
bool operator>=( const std::sub_match<BidirIt>& sm,
const std::basic_string<
typename std::iterator_traits<BidirIt>::value_type,
(C++20 前)
/*comp-cat*/ operator<=>( const std::sub_match<BidirIt>& sm,
const std::basic_string<
typename std::iterator_traits<BidirIt>::value_type,
std::basic_string
与 std::sub_match
bool operator==( const std::basic_string<
typename std::iterator_traits<BidirIt>::value_type,
Traits,Alloc>& st,
(C++20 前)
bool operator!=( const std::basic_string<
typename std::iterator_traits<BidirIt>::value_type,
Traits,Alloc>& st,
(C++20 前)
bool operator<( const std::basic_string<
typename std::iterator_traits<BidirIt>::value_type,
Traits,Alloc>& st,
(C++20 前)
bool operator<=( const std::basic_string<
typename std::iterator_traits<BidirIt>::value_type,
Traits,Alloc>& st,
(C++20 前)
bool operator>( const std::basic_string<
typename std::iterator_traits<BidirIt>::value_type,
Traits,Alloc>& st,
(C++20 前)
bool operator>=( const std::basic_string<
typename std::iterator_traits<BidirIt>::value_type,
Traits,Alloc>& st,
(C++20 前)
std::sub_match
与 std::iterator_traits<BidirIt>::value_type*
bool operator==( const std::sub_match<BidirIt>& sm,
bool operator!=( const std::sub_match<BidirIt>& sm,
(C++20 前)
bool operator<( const std::sub_match<BidirIt>& sm,
(C++20 前)
bool operator<=( const std::sub_match<BidirIt>& sm,
(C++20 前)
bool operator>( const std::sub_match<BidirIt>& sm,
(C++20 前)
bool operator>=( const std::sub_match<BidirIt>& sm,
(C++20 前)
/*comp-cat*/ operator<=>( const std::sub_match<BidirIt>& sm,
std::iterator_traits<BidirIt>::value_type*
与 std::sub_match
bool operator==( const typename std::iterator_traits<BidirIt>::value_type* s,
(C++20 前)
bool operator!=( const typename std::iterator_traits<BidirIt>::value_type* s,
(C++20 前)
bool operator<( const typename std::iterator_traits<BidirIt>::value_type* s,
(C++20 前)
bool operator<=( const typename std::iterator_traits<BidirIt>::value_type* s,
(C++20 前)
bool operator>( const typename std::iterator_traits<BidirIt>::value_type* s,
(C++20 前)
bool operator>=( const typename std::iterator_traits<BidirIt>::value_type* s,
(C++20 前)
std::sub_match
与 std::iterator_traits<BidirIt>::value_type
bool operator==( const std::sub_match<BidirIt>& sm,
bool operator!=( const std::sub_match<BidirIt>& sm,
(C++20 前)
bool operator<( const std::sub_match<BidirIt>& sm,
(C++20 前)
bool operator<=( const std::sub_match<BidirIt>& sm,
(C++20 前)
bool operator>( const std::sub_match<BidirIt>& sm,
(C++20 前)
bool operator>=( const std::sub_match<BidirIt>& sm,
(C++20 前)
/*comp-cat*/ operator<=>( const std::sub_match<BidirIt>& sm,
std::iterator_traits<BidirIt>::value_type
与 std::sub_match
bool operator==( const typename std::iterator_traits<BidirIt>::value_type& ch,
(C++20 前)
bool operator!=( const typename std::iterator_traits<BidirIt>::value_type& ch,
(C++20 前)
bool operator<( const typename std::iterator_traits<BidirIt>::value_type& ch,
(C++20 前)
bool operator<=( const typename std::iterator_traits<BidirIt>::value_type& ch,
(C++20 前)
bool operator>( const typename std::iterator_traits<BidirIt>::value_type& ch,
(C++20 前)
bool operator>=( const typename std::iterator_traits<BidirIt>::value_type& ch,
(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 起) |
示例
本节未完成 原因:暂无示例 |
参阅
若存在则比较匹配的子序列 (公开成员函数) |