std::basic_ostream<CharT,Traits>& operator<<( std::basic_ostream<CharT,Traits>& os,
写入匹配子序列 m 的表示到输出流 os 。
m
os
等价于 os << m.str() 。
os 。