添加size_type
This commit is contained in:
@@ -31,6 +31,7 @@ namespace TinySTL{
|
|||||||
typedef T value_type;
|
typedef T value_type;
|
||||||
typedef bst_iter<node> const_iterator;
|
typedef bst_iter<node> const_iterator;
|
||||||
typedef const T& const_reference;
|
typedef const T& const_reference;
|
||||||
|
typedef size_t size_type;
|
||||||
private:
|
private:
|
||||||
node *root_;
|
node *root_;
|
||||||
size_t size_;
|
size_t size_;
|
||||||
|
|||||||
Reference in New Issue
Block a user