共用方式為


basic_string::const_reference

提供在 const 項目的參考型別在讀取及執行 const 操作字串儲存在中。

typedef typename allocator_type::const_reference const_reference;

備註

型別 const_reference 不能用來修改項目的值。

這個型別是 allocator_type::const_reference之同義資料表。 針對字串,會使用 typeconst **char&**相當於。

範例

如需範例的 看到這個範例示範如何宣告和使用 const_reference

需求

標題: <string>

命名空間: std

請參閱

參考

basic_string Class