operator []

The [] operator returns the element for the specified key.

Visibility
Public
Signature
Concept& operator [](const Key& k)
Parameters
k

The key of the element to get

Returns

The element at the specified key


Feedback