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

/haiku/headers/cpp/
H A Diostream.h36 typedef istream& (*__imanip)(istream&); typedef
239 istream& operator>>(__imanip func) { return (*func)(*this); }

Completed in 55 milliseconds