Searched refs:__imanip (Results 1 – 1 of 1) sorted by relevance
36 typedef istream& (*__imanip)(istream&); typedef239 istream& operator>>(__imanip func) { return (*func)(*this); }