MCPcopy Create free account
hub / github.com/couchbase/fleece / ParseUnsignedInteger

Function ParseUnsignedInteger

Fleece/Support/NumConversion.hh:45–47  ·  view source on GitHub ↗

Alternative syntax for parsing an unsigned integer.

Source from the content-addressed store, hash-verified

43
44 /// Alternative syntax for parsing an unsigned integer.
45 static inline bool ParseUnsignedInteger(const char *str NONNULL, uint64_t &r, bool t =false) {
46 return ParseInteger(str, r, t);
47 }
48
49
50 /// Parse `str` as a floating-point number, reading as many digits as possible.

Callers 1

popMethod · 0.85

Calls 1

ParseIntegerFunction · 0.85

Tested by

no test coverage detected