Compute the encoded size for standard base64.
Declared in <folly/base64.h>
constexpr
std::size_t
base64EncodedSize(std::size_t inSize) noexcept;
The number of bytes the base64 encoding will occupy.
| Name | Description |
|---|---|
| inSize | The number of input bytes to encode. |