cotila  1.2.1
A compile time linear algebra system

◆ operator[]() [1/2]

template<typename T, std::size_t N>
constexpr T& cotila::vector< T, N >::operator[] ( size_type  i)
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.