Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
namespace base64 {
57
58
std::size_t constexpr
59
decoded_size(std::size_t n)
60
{
61
return n / 4 * 3; // requires n&3==0, smaller
62
}
63
64
signed char const*
65
get_inverse()
Callers
1
testIssue20
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected