Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/codebrowser
/ string_builder
Method
string_builder
generator/stringbuilder.h:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
unsigned int size() const { return HA::size(a) + HB::size(b); }
17
18
string_builder(const A &a, const B &b) : a(a), b(b) {}
19
const A &a;
20
const B &b;
21
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected