SyTen

◆ operator()() [1/2]

template<typename T , Size Sz>
T& syten::ArrayImpl::Array< T, Sz >::operator() ( long long int  v)
inline

Access the element at position restrict(v, this->size()), allowing for wrap-arounds and negative indices.

References std::array< T, Sz >::at(), syten::restrict(), std::array< T, Sz >::size(), and SYTEN_ASSERT_DEBUG.

+ Here is the call graph for this function: