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

Method copy_list

src/libcpp/containers/basic_stack.hpp:107–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 typename iter_type
106 >
107 __normal_call void_type copy_list (
108 iter_type _head,
109 iter_type _tend,
110 __cont::base_iterator_kind
111 )
112 { /* push the sequence onto list */
113 for ( ; _head != _tend; ++_head)
114 push_tail(*_head) ;
115 }
116
117 __inline_call void_type copy_list (
118 size_type _size ,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected