|
Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
Go to the source code of this file.
Namespaces | |
| namespace | adobe |
Functions | |
| template<class ForwardIterator, class T> | |
| T | iota (ForwardIterator first, ForwardIterator last, const T &value) |
| iota implementation | |
| template<class ForwardRange, class T> | |
| T | iota (ForwardRange &range, const T &value) |
| iota implementation | |