Skip to content

Instantly share code, notes, and snippets.

@BogdanAriton
Created June 15, 2021 15:30
Show Gist options
  • Select an option

  • Save BogdanAriton/69ee824dacab4416fc6f52814d37681b to your computer and use it in GitHub Desktop.

Select an option

Save BogdanAriton/69ee824dacab4416fc6f52814d37681b to your computer and use it in GitHub Desktop.
// returning a const pointer to the front
Iterator begin() const noexcept
{
return Iterator(this->head);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment