MCPcopy Create free account
hub / github.com/boostorg/json / decoded_size

Function decoded_size

test/basic_parser.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56namespace base64 {
57
58std::size_t constexpr
59decoded_size(std::size_t n)
60{
61 return n / 4 * 3; // requires n&3==0, smaller
62}
63
64signed char const*
65get_inverse()

Callers 1

testIssue20Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected