1261 long double _Real = 0;
1262 long double _Imag = 0;
1264 if (_Istr >> _Ch && _Ch != _Ctype_fac.
widen(
'('))
1270 else if (_Istr >> _Real >> _Ch && _Ch != _Ctype_fac.
widen(
','))
1271 if (_Ch == _Ctype_fac.
widen(
')'))
1278 else if (_Istr >> _Imag >> _Ch && _Ch != _Ctype_fac.
widen(
')'))
1286 _Ty _Tyreal((_Ty)_Real), _Tyimag((_Ty)_Imag);
1287 _Right = _Myt(_Tyreal, _Tyimag);
static const _Iostate failbit
Definition: xiosbase:89
#define _USE(loc, fac)
Definition: xlocale:555
locale __CLR_OR_THIS_CALL getloc() const
Definition: xiosbase:422
_Myt &__CLR_OR_THIS_CALL putback(_Elem _Ch)
Definition: istream:788
_In_ size_t _In_ unsigned int _Ch
Definition: mbstring.h:161
_Elem __CLR_OR_THIS_CALL widen(char _Byte) const
Definition: xlocale:2162
bool __CLR_OR_THIS_CALL fail() const
Definition: xiosbase:338
void __CLR_OR_THIS_CALL setstate(iostate _State, bool _Reraise=false)
Definition: ios:54