operator<<(std::sub_match) (3) - Linux Manuals
operator<<(std::sub_match): operator<<(std::sub_match)
Command to display operator<<(std::sub_match)
manual in Linux: $ man 3 operator<<(std::sub_match)
NAME
operator<<(std::sub_match) - operator<<(std::sub_match)
Synopsis
template< class CharT, class Traits, class BidirIt >
std::basic_ostream<CharT,Traits>& (since C++11)
operator<<( std::basic_ostream<CharT,Traits>& os,
const sub_match<BidirIt>& m );
Writes the representation of the matched subsequence m to the output stream os.
Equivalent to os << m.str().
Parameters
os - output stream to write the representation to
m - a sub-match object to output
Return value
os.
Example
This section is incomplete
Reason: no example
Pages related to operator<<(std::sub_match)
- operator<<(std::basic_ostream) (3) - operator<<(std::basic_ostream)
- operator<<(std::basic_string_view) (3) - operator<<(std::basic_string_view)
- operator<<(std::experimental::basic_string_view) (3) - operator<<(std::experimental::basic_string_view)
- operator<<(std::thread::id) (3) - operator<<(std::thread::id)
- operator<<,>>(std::basic_string) (3) - operator<<,>>(std::basic_string)
- operator<<,>>(std::bernoulli_distribution) (3) - operator<<,>>(std::bernoulli_distribution)
- operator<<,>>(std::binomial_distribution) (3) - operator<<,>>(std::binomial_distribution)
- operator<<,>>(std::bitset) (3) - operator<<,>>(std::bitset)
- operator<<,>>(std::cauchy_distribution) (3) - operator<<,>>(std::cauchy_distribution)
- operator<<,>>(std::chi_squared_distribution) (3) - operator<<,>>(std::chi_squared_distribution)
- operator<<,>>(std::complex) (3) - operator<<,>>(std::complex)
- operator<<,>>(std::discard_block_engine) (3) - operator<<,>>(std::discard_block_engine)
- operator<<,>>(std::discrete_distribution) (3) - operator<<,>>(std::discrete_distribution)
- operator<<,>>(std::experimental::filesystem::path) (3) - operator<<,>>(std::experimental::filesystem::path)