Home | History | Annotate | Download | only in include

Lines Matching full:operator

70     ostream& operator<<(ostream& (*manip)(ostream&)) { return manip(*this); }
71 ostream& operator<<(ios_base& (*manip)(ios_base&)) {
76 ostream& operator<<(unsigned long int val);
77 ostream& operator<<(long int val);
78 ostream& operator<<(unsigned int val);
79 ostream& operator<<(int val);
80 ostream& operator<<(unsigned long long int val);
81 ostream& operator<<(long long int val);
83 ostream& operator<<(double val);
84 ostream& operator<<(float val);
86 ostream& operator<<(char_type c);
87 ostream& operator<<(const char_type *str);
88 ostream& operator<<(bool val);
91 ostream& operator<<(const void *p);