template<typename type, unsigned int A>
reference FX::Maths::Array< type, A >::at ( int  i  )  [inline]

Definition at line 1103 of file FXMaths.h.

01103 { assert(i<A); return data[i]; }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:38:02 2009 for TnFOX by doxygen v1.4.7