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

Function IntegerStringLength

base/string/number.cpp:625–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623};
624
625size_t IntegerStringLength(int n)
626{
627 return OutputIntegerAsString(n, CountOutputIterator<char>()).Count();
628}
629
630/// output n to buffer as string
631/// @return end position

Callers

nothing calls this directly

Calls 2

OutputIntegerAsStringFunction · 0.85
CountMethod · 0.45

Tested by

no test coverage detected