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

Method block_array

src/libcpp/containers/block_array.hpp:173–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 */
172
173 __inline_call block_array (
174 allocator const&_asrc = allocator()
175 ) : _block( _asrc)
176 {
177 /*----------------------- default c'tor - do nothing! */
178 this->_count = +0;
179 this->_alloc = +0;
180 }
181
182 __inline_call block_array (
183 size_type _SIZE,

Callers

nothing calls this directly

Calls 1

null_iterator_kindClass · 0.85

Tested by

no test coverage detected