Commit ba8fe349 authored by Davis King's avatar Davis King

clarified spec

parent ad1c665a
...@@ -41,12 +41,10 @@ namespace dlib ...@@ -41,12 +41,10 @@ namespace dlib
order (*this)[0], (*this)[1], (*this)[2], ... order (*this)[0], (*this)[1], (*this)[2], ...
WHAT THIS OBJECT REPRESENTS WHAT THIS OBJECT REPRESENTS
array contains items of type T This object represents an ordered 1-dimensional array of items,
each item is associated with an integer value. The items are
This object represents an ordered array of items, each item is numbered from 0 though size() - 1 and the operator[] functions
associated with an integer value. run in constant time.
The items are numbered from 0 though size() - 1 and
the operator[] functions run in constant time
Also note that unless specified otherwise, no member functions Also note that unless specified otherwise, no member functions
of this object throw exceptions. of this object throw exceptions.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment