System::Collections::Generic::BaseDictionary::idx_get メソッド

BaseDictionary::idx_get method

キー付き取得関数です。

mapped_t System::Collections::Generic::BaseDictionary<Map>::idx_get(const key_t &key) const override
パラメーター説明
キーconst key_t&取得する値のキー。

ReturnValue

位置 key の要素のコピー。

参照