Revision 8386a4ca08275ef7d295413374af4383a49204fd authored by Rene Brun on 04 April 2002, 10:28:35 UTC, committed by Rene Brun on 04 April 2002, 10:28:35 UTC
A new operator [] const.
its purpose is the same as the At(Int_t i) does.
But with it you don't have to care whether the method you
are using is const or not: on the right hand side of an
equation always the operator [](Int_t i) can be used for
datamember-TArray's!


git-svn-id: http://root.cern.ch/svn/root/trunk@4310 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 4f48a6f
History
File Mode Size
inc
src
Module.mk -rw-r--r-- 2.1 KB

back to top