C
counter
Projects with this topic
-
-
The Counter container works on top of a std::map to ease the count of multiple elements. Inspired by the cool https://docs.python.org/fr/3/library/collections.html#collections.Counter.
Updated
The Counter container works on top of a std::map to ease the count of multiple elements. Inspired by the cool https://docs.python.org/fr/3/library/collections.html#collections.Counter.