Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ fill
Method
fill
test/beast/http/fields.cpp:44–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
43
template<class Allocator>
44
static
45
void
46
fill(std::size_t n, basic_fields<Allocator>& f)
47
{
48
for(std::size_t i = 1; i<= n; ++i) {
49
auto s = std::to_string(i);
50
f.insert(s, s);
51
}
52
}
53
54
template<class U, class V>
55
static
Callers
nothing calls this directly
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected