Returns a copy of the key comparison function
| 732 | |
| 733 | /// Returns a copy of the key comparison function |
| 734 | key_compare |
| 735 | key_comp() const |
| 736 | { |
| 737 | return key_compare{}; |
| 738 | } |
| 739 | |
| 740 | protected: |
| 741 | /** Returns the request-method string. |
nothing calls this directly
no outgoing calls
no test coverage detected