Lines Matching full:operator
120 * Binary input with the '>' operator.
123 inline izstream& operator>(izstream& zs, T& x) {
136 * Read length of string + the string with the '>' operator.
138 inline izstream& operator>(izstream& zs, char* x) {
269 * Binary output with the '<' operator.
272 inline ozstream& operator<(ozstream& zs, const T& x) {
284 * Write length of string + the string with the '<' operator.
286 inline ozstream& operator<(ozstream& zs, const char* x) {
293 inline ozstream& operator<(ozstream& zs, char* const& x) {
299 * Ascii write with the << operator;
302 inline ostream& operator<<(ozstream& zs, const T& x) {