MCPcopy Create free account
hub / github.com/dengwirda/jigsaw / get_alloc

Function get_alloc

src/libcpp/containers/arraylist.hpp:318–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 */
317
318 __inline_call allocator get_alloc(
319 ) const
320 { return static_cast<allocator>(*this);
321 }
322
323 /*
324 --------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected