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

Method void_type

src/libcpp/containers/array.hpp:352–360  ·  view source on GitHub ↗

-------------------------------------- fill const. data */

Source from the content-addressed store, hash-verified

350
351/*-------------------------------------- fill const. data */
352 __inline_call void_type fill (
353 data_type const& _data
354 )
355 {
356 for (auto _iter = this->head();
357 _iter!= this->tend();
358 ++_iter )
359 *_iter = __copy(data_type, _data) ;
360 }
361
362/*-------------------------------------- push array alloc */
363 __normal_call void_type set_alloc (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected