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
  161       bool __testeof = __beg == __end;
  166 	  __c = *__beg;
  173 	      if (++__beg != __end)
  174 		__c = *__beg;
  197 	      if (++__beg != __end)
  198 		__c = *__beg;
  239 		if (++__beg != __end)
  241 		    __c = *__beg;
  257 	    if (++__beg != __end)
  258 	      __c = *__beg;
  325 		    if (++__beg != __end)
  327 			__c = *__beg;
  347 	    if (++__beg != __end)
  348 	      __c = *__beg;
  367       return __beg;