cotila  1.2.1
A compile time linear algebra system

◆ operator[]() [2/2]

template<typename T, std::size_t N>
constexpr const T& cotila::vector< T, N >::operator[] ( size_type  i) const
inlinenoexcept
Parameters
iposition of the scalar element
Returns
the requested scalar element

Returns a reference to the scalar element in position i, without bounds checking.