MCPcopy Create free account
hub / github.com/boostorg/beast / get_allocator

Method get_allocator

test/beast/core/async_base.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 };
122
123 allocator_type get_allocator() const noexcept
124 {
125 return allocator_type{};
126 }
127};
128
129struct no_ex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected