Detailed Description
A partial specialization of CArrayNumeric for unsigned int numbers.
- See also:
- CArrayNumeric, CArray
#include <mrpt/math/CArray.h>
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
| mrpt::math::CArrayUInt::CArrayUInt |
( |
| ) |
[inline] |
Default constructor.
Definition at line 412 of file CArray.h.
| mrpt::math::CArrayUInt::CArrayUInt |
( |
const unsigned int * |
ptr | ) |
[inline] |
Constructor from initial values ptr[0]-ptr[N-1].
Definition at line 413 of file CArray.h.