MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / allocator_binder

Function allocator_binder

3rd/asio-1.24.0/include/asio/bind_allocator.hpp:250–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 */
249 template <typename U>
250 allocator_binder(const allocator_type& s,
251 ASIO_MOVE_ARG(U) u)
252 : allocator_(s),
253 target_(ASIO_MOVE_CAST(U)(u))
254 {
255 }
256
257 /// Copy constructor.
258 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