MCPcopy Create free account
hub / github.com/PKU-IDEA/OpenPARF / pushBack

Method pushBack

openparf/container/flat_nested_vector.hpp:202–205  ·  view source on GitHub ↗

@brief append at the last row

Source from the content-addressed store, hash-verified

200
201 /// @brief append at the last row
202 void pushBack(ValueType const &v) {
203 data_.push_back(v);
204 dim2_start_.back() += 1;
205 }
206
207 /// @brief append at the last row
208 void pushBack(ValueType &&v) {

Callers 4

buildNetlistMethod · 0.80
buildChainMethod · 0.80
MakeNestedNewIdxFunction · 0.80
MakeNestedNewIdxFunction · 0.80

Calls 2

backMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected