Searched defs:_No_Skip_WS (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_istream.h47 struct _No_Skip_WS {}; // Dummy class used by sentry. struct
206 sentry(basic_istream<_CharT, _Traits>& __istr, _No_Skip_WS) : /* _M_buf(__istr.rdbuf()), */
285 _Sentry __sentry(__istr, _No_Skip_WS()); // Don't skip whitespace.

Completed in 74 milliseconds