.
This commit is contained in:
parent
9740ab8bd6
commit
9461bc948f
5 changed files with 13 additions and 10 deletions
|
@ -78,6 +78,7 @@ public:
|
|||
typedef int difference_type;
|
||||
typedef std::reverse_iterator<iterator> reverse_iterator;
|
||||
typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
|
||||
|
||||
inline iterator begin() { return _b; }
|
||||
inline iterator end() { return (_b + _l); }
|
||||
inline const_iterator begin() const { return _b; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue