operator []

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

可见性
Public
特征符
Concept& operator [](int i) const
参数
i

这是要返回的元素的下标


反馈