Changeset 2917 in Sophya for trunk/SophyaLib/TArray/utilarr.h
- Timestamp:
- Feb 23, 2006, 2:50:26 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/utilarr.h
r2915 r2917 128 128 class Range { 129 129 public: 130 //! Index range start \<= index \<= last()130 //! Index range containing a single index = \b start 131 131 Range(sa_size_t start); 132 132 //! Index range start \<= index \<= end … … 153 153 //! return a Range object specifing the first index 154 154 inline static Range first() 155 { return Range(Range::firstIndex() , Range:: lastIndex(), 1, 1); }155 { return Range(Range::firstIndex() , Range::firstIndex(), 1, 1); } 156 156 //! return a Range object specifing the last valid index 157 157 inline static Range last()
Note:
See TracChangeset
for help on using the changeset viewer.