LinkedList icon indicating copy to clipboard operation
LinkedList copied to clipboard

Added STL-like Iterators

Open vortigont opened this issue 3 years ago • 2 comments

Added STL compatible forward iterator to LinkedList container

  • example
  • unit-test

vortigont avatar Sep 28 '21 21:09 vortigont

Is it compliant with arduino platform?

ivanseidel avatar Mar 10 '22 05:03 ivanseidel

Yes, should be OK with any C++11 capable toolchains around, almost any for the latest decade or so :) Had not tested all possible Arduino platforms, but works fine for atmega8/espressif 8266/ESP32

vortigont avatar Mar 10 '22 12:03 vortigont