| 772 | //======================================================================= |
| 773 | |
| 774 | void Remove(const KT key) |
| 775 | { |
| 776 | DelKey(key); |
| 777 | } |
| 778 | |
| 779 | protected: |
| 780 | struct IPair // This must be the same as Pair above, but with a |
nothing calls this directly
no outgoing calls
no test coverage detected