Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ get()

std::string Ice::ImplicitContext::get ( std::string_view key) const
nodiscard

Gets the value associated with the specified key in the request context.

Parameters
keyThe key.
Returns
The value associated with the key, or the empty string if no value is associated with the key.