|
template<typename IteratorL , typename IteratorR > |
bool | boost::locale::boundary::operator== (segment< IteratorL > const &l, segment< IteratorR > const &r) |
| Compare two segments. More...
|
|
template<typename IteratorL , typename IteratorR > |
bool | boost::locale::boundary::operator!= (segment< IteratorL > const &l, segment< IteratorR > const &r) |
| Compare two segments. More...
|
|
template<typename IteratorL , typename IteratorR > |
bool | boost::locale::boundary::operator< (segment< IteratorL > const &l, segment< IteratorR > const &r) |
| Compare two segments. More...
|
|
template<typename IteratorL , typename IteratorR > |
bool | boost::locale::boundary::operator<= (segment< IteratorL > const &l, segment< IteratorR > const &r) |
| Compare two segments. More...
|
|
template<typename IteratorL , typename IteratorR > |
bool | boost::locale::boundary::operator> (segment< IteratorL > const &l, segment< IteratorR > const &r) |
| Compare two segments. More...
|
|
template<typename IteratorL , typename IteratorR > |
bool | boost::locale::boundary::operator>= (segment< IteratorL > const &l, segment< IteratorR > const &r) |
| Compare two segments. More...
|
|
template<typename CharType , typename Traits , typename Alloc , typename IteratorR > |
bool | boost::locale::boundary::operator== (std::basic_string< CharType, Traits, Alloc > const &l, segment< IteratorR > const &r) |
| Compare string and segment. More...
|
|
template<typename CharType , typename Traits , typename Alloc , typename IteratorR > |
bool | boost::locale::boundary::operator!= (std::basic_string< CharType, Traits, Alloc > const &l, segment< IteratorR > const &r) |
| Compare string and segment. More...
|
|
template<typename CharType , typename Traits , typename Alloc , typename IteratorR > |
bool | boost::locale::boundary::operator< (std::basic_string< CharType, Traits, Alloc > const &l, segment< IteratorR > const &r) |
| Compare string and segment. More...
|
|
template<typename CharType , typename Traits , typename Alloc , typename IteratorR > |
bool | boost::locale::boundary::operator<= (std::basic_string< CharType, Traits, Alloc > const &l, segment< IteratorR > const &r) |
| Compare string and segment. More...
|
|
template<typename CharType , typename Traits , typename Alloc , typename IteratorR > |
bool | boost::locale::boundary::operator> (std::basic_string< CharType, Traits, Alloc > const &l, segment< IteratorR > const &r) |
| Compare string and segment. More...
|
|
template<typename CharType , typename Traits , typename Alloc , typename IteratorR > |
bool | boost::locale::boundary::operator>= (std::basic_string< CharType, Traits, Alloc > const &l, segment< IteratorR > const &r) |
| Compare string and segment. More...
|
|
template<typename Iterator , typename CharType , typename Traits , typename Alloc > |
bool | boost::locale::boundary::operator== (segment< Iterator > const &l, std::basic_string< CharType, Traits, Alloc > const &r) |
| Compare string and segment. More...
|
|
template<typename Iterator , typename CharType , typename Traits , typename Alloc > |
bool | boost::locale::boundary::operator!= (segment< Iterator > const &l, std::basic_string< CharType, Traits, Alloc > const &r) |
| Compare string and segment. More...
|
|
template<typename Iterator , typename CharType , typename Traits , typename Alloc > |
bool | boost::locale::boundary::operator< (segment< Iterator > const &l, std::basic_string< CharType, Traits, Alloc > const &r) |
| Compare string and segment. More...
|
|
template<typename Iterator , typename CharType , typename Traits , typename Alloc > |
bool | boost::locale::boundary::operator<= (segment< Iterator > const &l, std::basic_string< CharType, Traits, Alloc > const &r) |
| Compare string and segment. More...
|
|
template<typename Iterator , typename CharType , typename Traits , typename Alloc > |
bool | boost::locale::boundary::operator> (segment< Iterator > const &l, std::basic_string< CharType, Traits, Alloc > const &r) |
| Compare string and segment. More...
|
|
template<typename Iterator , typename CharType , typename Traits , typename Alloc > |
bool | boost::locale::boundary::operator>= (segment< Iterator > const &l, std::basic_string< CharType, Traits, Alloc > const &r) |
| Compare string and segment. More...
|
|
template<typename CharType , typename IteratorR > |
bool | boost::locale::boundary::operator== (CharType const *l, segment< IteratorR > const &r) |
| Compare C string and segment. More...
|
|
template<typename CharType , typename IteratorR > |
bool | boost::locale::boundary::operator!= (CharType const *l, segment< IteratorR > const &r) |
| Compare C string and segment. More...
|
|
template<typename CharType , typename IteratorR > |
bool | boost::locale::boundary::operator< (CharType const *l, segment< IteratorR > const &r) |
| Compare C string and segment. More...
|
|
template<typename CharType , typename IteratorR > |
bool | boost::locale::boundary::operator<= (CharType const *l, segment< IteratorR > const &r) |
| Compare C string and segment. More...
|
|
template<typename CharType , typename IteratorR > |
bool | boost::locale::boundary::operator> (CharType const *l, segment< IteratorR > const &r) |
| Compare C string and segment. More...
|
|
template<typename CharType , typename IteratorR > |
bool | boost::locale::boundary::operator>= (CharType const *l, segment< IteratorR > const &r) |
| Compare C string and segment. More...
|
|
template<typename Iterator , typename CharType > |
bool | boost::locale::boundary::operator== (segment< Iterator > const &l, CharType const *r) |
| Compare C string and segment. More...
|
|
template<typename Iterator , typename CharType > |
bool | boost::locale::boundary::operator!= (segment< Iterator > const &l, CharType const *r) |
| Compare C string and segment. More...
|
|
template<typename Iterator , typename CharType > |
bool | boost::locale::boundary::operator< (segment< Iterator > const &l, CharType const *r) |
| Compare C string and segment. More...
|
|
template<typename Iterator , typename CharType > |
bool | boost::locale::boundary::operator<= (segment< Iterator > const &l, CharType const *r) |
| Compare C string and segment. More...
|
|
template<typename Iterator , typename CharType > |
bool | boost::locale::boundary::operator> (segment< Iterator > const &l, CharType const *r) |
| Compare C string and segment. More...
|
|
template<typename Iterator , typename CharType > |
bool | boost::locale::boundary::operator>= (segment< Iterator > const &l, CharType const *r) |
| Compare C string and segment. More...
|
|
template<typename CharType , typename TraitsType , typename Iterator > |
std::basic_ostream< CharType,
TraitsType > & | boost::locale::boundary::operator<< (std::basic_ostream< CharType, TraitsType > &out, segment< Iterator > const &tok) |
| Write the segment to the stream character by character. More...
|
|