-------------------------------------- fill const. data */
| 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 ( |
nothing calls this directly
no outgoing calls
no test coverage detected