Searched refs:__manip (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/legacy/gcc/libio/
H A Diostream.h35 typedef ios& (*__manip)(ios&); typedef
115 ostream& operator<<(__manip func) {(*func)(*this); return *this;}
238 istream& operator>>( __manip func) {(*func)(*this); return *this;}

Completed in 33 milliseconds