$extrastylesheet
#include <mln/fun/p2p/fold.hh>
Public Member Functions | |
| fold () | |
| fold (const box< P > &b) | |
| P | operator() (const P &p) const |
Public Attributes | |
| box< P > | b |
Public Types | |
| typedef Function_v2v< void > | category |
| typedef fold< P, dir_0, dir_1, dir_2 > | exact_t |
| typedef void | mutable_result |
| typedef P | result |
| mln::fun::p2p::fold< P, dir_0, dir_1, dir_2 >::fold | ( | ) |
| mln::fun::p2p::fold< P, dir_0, dir_1, dir_2 >::fold | ( | const box< P > & | b | ) |
| P mln::fun::p2p::fold< P, dir_0, dir_1, dir_2 >::operator() | ( | const P & | p | ) | const |
| box<P> mln::fun::p2p::fold< P, dir_0, dir_1, dir_2 >::b |
|
inherited |
Definition at line 134 of file function.hh.
|
inherited |
|
inherited |
Definition at line 135 of file function.hh.
| typedef P mln::fun::p2p::fold< P, dir_0, dir_1, dir_2 >::result |