MCPcopy Create free account
hub / github.com/ElementsProject/elements / erase

Method erase

src/test/prevector_tests.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 void erase(Size position) {
116 real_vector.erase(real_vector.begin() + position);
117 pre_vector.erase(pre_vector.begin() + position);
118 test();
119 }
120
121 void erase(Size first, Size last) {
122 real_vector.erase(real_vector.begin() + first, real_vector.begin() + last);

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected