Skip to content

Instantly share code, notes, and snippets.

@JohanMabille
Last active January 6, 2020 22:47
Show Gist options
  • Save JohanMabille/2da92494b07c496f9d93bbe5c07134df to your computer and use it in GitHub Desktop.
Save JohanMabille/2da92494b07c496f9d93bbe5c07134df to your computer and use it in GitHub Desktop.
template <class St, class S, layout_type L>
inline auto xiterator<St, S, L>::operator++() -> self_type&
{
stepper_tools<L>::increment_stepper(m_st, m_index, this->shape());
return *this;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment