EleFits  4.0.0
A modern C++ API on top of CFitsIO

◆ at() [2/2]

template<typename T , long n = 2>
T& Euclid::Fits::Raster< T, n >::at ( const Position< n > &  pos)

Access the value at given position.

As opposed to operator[](), negative indices are supported for backward indexing, and bounds are checked.

See also
operator[]()