Return a pointer to the value if the key is found, or null.
value const* if_contains( string_view key) const; » more... value* if_contains( string_view key); » more...
more...