Estimate the space needed to append a 128-bit unsigned integer.
Declared in <folly/Conv.h>
template<class T>
constexpr
size_t
estimateSpaceNeeded(T value)
requires std::is_same<T, unsigned __int128>::value;
The estimated number of characters.
| Name | Description |
|---|---|
| value | The value whose string length is estimated. |