MCPcopy Create free account
hub / github.com/KDE/labplot / equal

Method equal

src/3rdparty/liborigin/tree.hh:1632–1637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1630template<class T, class tree_node_allocator>
1631template<typename iter>
1632bool tree<T, tree_node_allocator>::equal(const iter &one_, const iter &two,
1633 const iter &three_) const
1634{
1635 std::equal_to<T> comp;
1636 return equal(one_, two, three_, comp);
1637}
1638
1639template<class T, class tree_node_allocator>
1640template<typename iter>

Callers

nothing calls this directly

Calls 2

equalFunction · 0.85
number_of_childrenMethod · 0.80

Tested by

no test coverage detected