添加size_type

This commit is contained in:
邹晓航
2014-10-29 09:25:02 +08:00
parent 2570b00e15
commit ef9a3022d3

View File

@@ -31,6 +31,7 @@ namespace TinySTL{
typedef T value_type;
typedef bst_iter<node> const_iterator;
typedef const T& const_reference;
typedef size_t size_type;
private:
node *root_;
size_t size_;