stl 之value_type:
其實就是類型的基本元素單位.
下面講解幾個常用的容器vector:The type is a synonym for the template parameter T.
這個類型類似於模版參數T.
The type describes an element of the controlled sequence.
描述控制序列的元素類型
The type is a synonym for the template parameter T.
這個類型類似於模版參數T.
typedef pair<const Key, T> value_type;
The type describes an element of the controlled sequence.
描述控制序列的元素類型