| 424 | // Capacity |
| 425 | bool empty() const { return mTree.empty(); } |
| 426 | size_type size() const { return mTree.size(); } |
| 427 | size_type max_size() const { return mTree.max_size(); } |
| 428 | allocator_type get_allocator() const { return mTree.get_allocator(); } |
| 429 |
no outgoing calls