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

Method get_allocator

3rd/asio-1.24.0/include/asio/compose.hpp:360–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358 std::allocator<void> >::type allocator_type;
359
360 allocator_type get_allocator() const ASIO_NOEXCEPT
361 {
362 return (get_associated_allocator)(handler_, std::allocator<void>());
363 }
364
365#if defined(ASIO_HAS_VARIADIC_TEMPLATES)
366

Callers 5

getMethod · 0.45
allocator_binderFunction · 0.45
initiateMethod · 0.45
getMethod · 0.45
init_buffersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected