operator []

[] 運算子會傳回指定索引鍵的元素。

可見性
Public
簽章
Concept& operator [](const Key& k)
參數
K

要取得之元素的索引鍵

傳回

指定索引鍵處的元素


回饋