Searched defs:charT (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/std/
H A Dbastring.cc433 operator >>(istream &is, basic_string <charT, traits, Allocator> &s) argument
468 operator <<(ostream &o, const basic_string <charT, traits, Allocator>& s) argument
475 getline(istream &is, basic_string <charT, traits, Allocator>& s, charT delim) argument
[all...]
H A Dbastring.h499 operator +(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
509 operator +(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
518 operator +(charT lhs, const basic_string <charT, traits, Allocator>& rhs) argument
527 operator +(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
536 operator +(const basic_string <charT, traits, Allocator>& lhs, charT rhs) argument
545 operator ==(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
553 operator ==(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
560 operator ==(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
567 operator !=(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
574 operator !=(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
581 operator <(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
589 operator <(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
596 operator <(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
603 operator >(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
610 operator >(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
617 operator <=(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
624 operator <=(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
631 operator >=(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
638 operator >=(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
645 operator !=(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
653 operator >(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
661 operator <=(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
669 operator >=(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
[all...]

Completed in 46 milliseconds