Skip to content

Instantly share code, notes, and snippets.

@JohanMabille
Last active January 1, 2020 21:14
Show Gist options
  • Save JohanMabille/42ca5e7f99ae499768ffb415c383d0cf to your computer and use it in GitHub Desktop.
Save JohanMabille/42ca5e7f99ae499768ffb415c383d0cf to your computer and use it in GitHub Desktop.
template <class T, layout_type L, class A>
template <layout_type IL = XTENSOR_DEFAULT_TRAVERSAL>
inline select_iterator<IL> xarray<T, L, A>::begin() const
{
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment