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

Method basic_stack

src/libcpp/containers/basic_stack.hpp:137–142  ·  view source on GitHub ↗

--------------------------- default c'tor - do nothing! */

Source from the content-addressed store, hash-verified

135
136/*--------------------------- default c'tor - do nothing! */
137 __inline_call basic_stack (
138 allocator const&_asrc = allocator()
139 ) : obj_alloc( _asrc )
140 { /* construct pointers and allocator */
141 this->_hptr = nullptr ;
142 }
143/*--------------------------- default c'tor - initialisor */
144 __inline_call basic_stack (
145 size_type _size ,

Callers

nothing calls this directly

Calls 2

obj_allocClass · 0.85
iter_kindFunction · 0.85

Tested by

no test coverage detected