MCPcopy Create free account
hub / github.com/cinder/Cinder / get_associated_allocator

Function get_associated_allocator

include/asio/associated_allocator.hpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 */
95template <typename T>
96inline typename associated_allocator<T>::type
97get_associated_allocator(const T& t) ASIO_NOEXCEPT
98{
99 return associated_allocator<T>::get(t);
100}
101
102/// Helper function to obtain an object's associated allocator.
103/**

Callers 2

dispatchMethod · 0.85
dispatchFunction · 0.85

Calls 1

getFunction · 0.50

Tested by

no test coverage detected