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/flat_buffer.hpp:316–320 ·
view source on GitHub ↗
Returns a copy of the allocator used.
Source
from the content-addressed store, hash-verified
314
315
/// Returns a copy of the allocator used.
316
allocator_type
317
get_allocator() const
318
{
319
return this->get();
320
}
321
322
/** Set the maximum allowed capacity
323
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected