MCPcopy Create free account
hub / github.com/ceph/ceph / mutable_key_comp

Method mutable_key_comp

src/include/cpp-btree/btree.h:1272–1274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1270 const node_type *root() const { return root_.data; }
1271 node_type *&mutable_root() { return root_.data; }
1272 key_compare *mutable_key_comp() noexcept {
1273 return static_cast<key_compare*>(&root_);
1274 }
1275
1276 node_type* rightmost() {
1277 return rightmost_;

Callers 2

operator=Method · 0.80
swapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected