Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ get_allocator
Function
get_allocator
include/boost/beast/core/multi_buffer.hpp:381–385 ·
view source on GitHub ↗
Returns a copy of the allocator used.
Source
from the content-addressed store, hash-verified
379
380
/// Returns a copy of the allocator used.
381
allocator_type
382
get_allocator() const
383
{
384
return this->get();
385
}
386
387
/** Set the maximum allowed capacity
388
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected