MCPcopy Create free account
hub / github.com/boostorg/beast / key_comp

Function key_comp

include/boost/beast/http/fields.hpp:734–738  ·  view source on GitHub ↗

Returns a copy of the key comparison function

Source from the content-addressed store, hash-verified

732
733 /// Returns a copy of the key comparison function
734 key_compare
735 key_comp() const
736 {
737 return key_compare{};
738 }
739
740protected:
741 /** Returns the request-method string.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected