$extrastylesheet
#include <mln/fun/p2v/iota.hh>
Public Member Functions | |
| iota () | |
| template<typename P > | |
| unsigned | operator() (const P &) const |
| void | reset () const |
| unsigned | value () const |
Protected Attributes | |
| unsigned | i_ |
Public Types | |
| typedef Function_v2v< void > | category |
| typedef iota | exact_t |
| typedef void | mutable_result |
| typedef unsigned | result |
Definition at line 45 of file fun/p2v/iota.hh.
| mln::fun::p2v::iota::iota | ( | ) |
| unsigned mln::fun::p2v::iota::operator() | ( | const P & | ) | const |
| void mln::fun::p2v::iota::reset | ( | ) | const |
| unsigned mln::fun::p2v::iota::value | ( | ) | const |
|
mutableprotected |
Definition at line 58 of file fun/p2v/iota.hh.
|
inherited |
Definition at line 134 of file function.hh.
|
inherited |
Definition at line 135 of file function.hh.
| typedef unsigned mln::fun::p2v::iota::result |
Definition at line 47 of file fun/p2v/iota.hh.