reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/locale_facets.tcc
  395 	bool __testeof = __beg == __end;
  401 	    __c = *__beg;
  407 		if (++__beg != __end)
  408 		  __c = *__beg;
  450 	    if (++__beg != __end)
  452 		__c = *__beg;
  498 	      if (++__beg != __end)
  499 		__c = *__beg;
  546 	      if (++__beg != __end)
  547 		__c = *__beg;
  587 	return __beg;