71 RestCoords... rest_coords) {
72 if (coord >= axes_sizes[axes_sizes.
size() -
sizeof...(RestCoords) - 1]) {
74 << axes_names[axes_sizes.
size() -
sizeof...(RestCoords) - 1] <<
" (size "
75 << axes_sizes[axes_sizes.
size() -
sizeof...(RestCoords) - 1] <<
") is out of bound";
77 checkBounds(axes_names, axes_sizes, rest_coords...);