Home | Libraries | People | FAQ | More |
boost::xpressive::operator<< — insertion operator for sending sub-matches to ostreams
// In header: <boost/xpressive/sub_match.hpp> template<typename BidiIter, typename Char, typename Traits> std::basic_ostream< Char, Traits > & operator<<(std::basic_ostream< Char, Traits > & sout, sub_match< BidiIter > const & sub);
Parameters: |
|
||||
Returns: |
sout << sub.str() |