Home | Info | Community | Development | myReactOS | Contact Us
[protected, virtual]
Definition at line 385 of file _time_facets.c.
Referenced by time_get< _Ch, _InIt >::get_monthname().
{ bool __result = _STLP_PRIV __get_short_or_long_monthname(__s, __end, this->_M_timeinfo, __t); if (__result) __err = ios_base::goodbit; else { __err = ios_base::failbit; if (__s == __end) __err |= ios_base::eofbit; } return __s; }