This commit is contained in:
parent
8ecf765ead
commit
a3a0859b94
@ -56,7 +56,7 @@ namespace ArbUt {
|
||||
}
|
||||
|
||||
inline void Append(ValueT* value) { _vector.push_back(value); }
|
||||
inline BorrowedPtr<ValueT> operator[] (size_t index) const { return At(index); }
|
||||
inline BorrowedPtr<ValueT> operator[](size_t index) const { return At(index); }
|
||||
|
||||
inline size_t Count() const { return _vector.size(); }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user