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

Function allocator_binder

include/boost/asio/bind_allocator.hpp:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 */
235 template <typename U>
236 allocator_binder(const allocator_type& s, U&& u)
237 : allocator_(s),
238 target_(static_cast<U&&>(u))
239 {
240 }
241
242 /// Copy constructor.
243 allocator_binder(const allocator_binder& other)

Callers

nothing calls this directly

Calls 2

get_allocatorMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected