MCPcopy Create free account
hub / github.com/boostorg/asio / allocator_t

Method allocator_t

include/boost/asio/execution/allocator.hpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 friend struct allocator_t<void>;
139
140 explicit constexpr allocator_t(const ProtoAllocator& a)
141 : a_(a)
142 {
143 }
144
145 ProtoAllocator a_;
146};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected