| 119 | typename iter_type |
| 120 | > |
| 121 | __normal_call void_type copy_iter ( |
| 122 | iter_type _head, |
| 123 | iter_type _tend, |
| 124 | __cont::base_iterator_kind |
| 125 | ) { copy_data(_head, _tend) ; } |
| 126 | |
| 127 | __inline_call void_type copy_iter ( |
| 128 | size_type _SIZE, |
nothing calls this directly
no outgoing calls
no test coverage detected