value_type

type type type

stl 之value_type:

其實就是類型的基本元素單位.

下面講解幾個常用的容器vector:

The type is a synonym for the template parameter T.
這個類型類似於模版參數T.

set:

The type describes an element of the controlled sequence.
描述控制序列的元素類型

list:

The type is a synonym for the template parameter T.
這個類型類似於模版參數T.

map:

typedef pair<const Key, T> value_type;
The type describes an element of the controlled sequence.
描述控制序列的元素類型

相關詞條

熱門詞條

聯絡我們