operator []

[] 运算符用于返回指定键处的元素。

可见性
Public
特征符
void* operator[](void* theKey) const
参数
theKey

这是要获取的元素的键

返回

位于指定键处的元素


反馈