Skip to content
Snippets Groups Projects
Commit eca9faa8 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Update the documentation

parent dd6e00fd
No related branches found
No related tags found
No related merge requests found
Pipeline #77676 waiting for manual action
......@@ -93,7 +93,7 @@ public:
/**
* \brief Access specified element at position (i0,i1,...) with mutable access
* \throws std::out_of_range if the indices are out of the index space `[0,extent_0)x...x[0,extent_{r-1})`.
* \throws Dune::RangeError if the indices are out of the index space `[0,extent_0)x...x[0,extent_{r-1})`.
*/
template <std::convertible_to<index_type>... Indices>
requires (sizeof...(Indices) == extents_type::rank())
......@@ -106,7 +106,7 @@ public:
/**
* \brief Access specified element at position (i0,i1,...) with const access
* \throws std::out_of_range if the indices are out of the index space `[0,extent_0)x...x[0,extent_{r-1})`.
* \throws Dune::RangeError if the indices are out of the index space `[0,extent_0)x...x[0,extent_{r-1})`.
*/
template <std::convertible_to<index_type>... Indices>
requires (sizeof...(Indices) == extents_type::rank())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment