MCPcopy Create free account
hub / github.com/comaps/comaps / Add

Method Add

libs/storage/country_tree.cpp:240–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240CountryTree::Node * CountryTree::Node::Add(Country && value)
241{
242 m_children.emplace_back(std::make_unique<Node>(std::move(value), this));
243 return m_children.back().get();
244}
245
246// CountryTree -------------------------------------------------------------------------------------
247

Callers 6

MakeNumMwmTreeFunction · 0.45
CalcLimitRectFunction · 0.45
CalcUSALimitRectMethod · 0.45
CalcLimitRectMethod · 0.45
AddAtDepthMethod · 0.45
UNIT_TESTFunction · 0.45

Calls 3

backMethod · 0.80
getMethod · 0.65
emplace_backMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.36