Searched defs:_Scan_for_int_val (Results 1 – 1 of 1) sorted by relevance
145 struct _Scan_for_int_val { struct154 _Scan_for_int_val(int_type __val) : _M_val(__val) {} in _Scan_for_int_val() argument157 operator()(const char_type* __first, const char_type* __last) const { in operator()