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

Method copy_data

src/libcpp/containers/basic_stack.hpp:125–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 __normal_call void_type copy_data (
126 size_type _size,
127 data_type const& _dsrc
128 )
129 { /* push _size copies onto list */
130 for ( ; _size-- != 0; )
131 push_head(_dsrc);
132 }
133
134 public :
135

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected