Cypress
1.0
C++ Spiking Neural Network Simulation Framework
|
#include <data.hpp>
Public Member Functions | |
IterableRange (Iterator begin, Iterator end) | |
Iterator | begin () |
Iterator | end () |
Used internally to specify a range between two iterators which itself can be used in a range-based for-loop.
Iterator | is the iterator type that is being used. |
|
inline |
Constructor – copies the given iterators into the private class members. Prefer to use the make_iterable_range method instead.
begin | is an iterator pointing at the first element. |
end | is an iterator pointing at the last-plus-one element. |
|
inline |
Returns the begin iterator.
|
inline |
Returns the end iterator.