MCPcopy Create free account
hub / github.com/chen3feng/toft / OutputIntegerAsString

Function OutputIntegerAsString

base/string/number.cpp:550–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548
549template <typename OutputIterator>
550OutputIterator OutputIntegerAsString(int n, OutputIterator output)
551{
552 return OutputInt32AsString(n, output);
553}
554
555template <typename OutputIterator>
556OutputIterator OutputIntegerAsString(unsigned int n, OutputIterator output)

Callers 4

IntegerStringLengthFunction · 0.85
WriteIntegerToBufferFunction · 0.85
AppendIntegerToStringFunction · 0.85
IntegerToStringFunction · 0.85

Calls 4

OutputInt32AsStringFunction · 0.85
OutputUInt32AsStringFunction · 0.85
OutputInt64AsStringFunction · 0.85
OutputUInt64AsStringFunction · 0.85

Tested by

no test coverage detected