Searched refs:__ios_fn (Results 1 – 2 of 2) sorted by relevance
81 typedef basic_ios<_CharT, _Traits>& (_STLP_CALL *__ios_fn)(basic_ios<_CharT, _Traits>&); typedef97 _Self& operator>> (__ios_fn __f) { __f(*this); return *this; }
75 typedef basic_ios<_CharT, _Traits>& (_STLP_CALL *__ios_fn)(basic_ios<_CharT, _Traits>&); typedef80 _Self& operator<< (__ios_fn __ff) { __ff(*this); return *this; }