MCPcopy Create free account
hub / github.com/apache/brpc / UintToString

Function UintToString

src/butil/strings/string_number_conversions.cc:355–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355std::string UintToString(unsigned int value) {
356 return IntToStringT<std::string, unsigned int, unsigned int, false>::
357 IntToString(value);
358}
359
360string16 UintToString16(unsigned int value) {
361 return IntToStringT<string16, unsigned int, unsigned int, false>::

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68