運算子 []

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

可見性
Public
簽章
void* operator[](void* theKey) const
參數
theKey

要取得之元素的索引鍵

傳回

指定索引鍵處的元素


意見回饋