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

Method array

src/libcpp/containers/array.hpp:214–221  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

212
213/*--------------------------- default c'tor - do nothing! */
214 __inline_call array (
215 allocator const&_asrc = allocator()
216 ) : obj_alloc( _asrc )
217 {
218 this->_ptrs[_hptr] = nullptr;
219 this->_ptrs[_tptr] = nullptr;
220 this->_ptrs[_lptr] = nullptr;
221 }
222
223/*--------------------------- default c'tor - initialisor */
224 __inline_call array (

Callers

nothing calls this directly

Calls 3

obj_allocClass · 0.85
null_iterator_kindClass · 0.85
iter_kindFunction · 0.85

Tested by

no test coverage detected