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

Method get_alloc

src/libcpp/containers/basic_stack.hpp:250–255  ·  view source on GitHub ↗

-------------------------------- return container alloc */

Source from the content-addressed store, hash-verified

248
249/*-------------------------------- return container alloc */
250 __inline_call allocator get_alloc (
251 ) const
252 {
253 return
254 static_cast<allocator>( *this ) ;
255 }
256
257/*------------------------------ "const" access iterators */
258 __inline_call _const_it head (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected