$extrastylesheet
#include <mln/pw/var.hh>
Public Member Functions | |
| var_ () | |
| var_ (const V &v) | |
| template<typename P > | |
| const V & | operator() (const P &) const |
Public Types | |
| typedef Function_v2v< void > | category |
| typedef var_< V > | exact_t |
| typedef void | mutable_result |
| typedef V | result |
| mln::pw::var_< V >::var_ | ( | ) |
| mln::pw::var_< V >::var_ | ( | const V & | v | ) |
| const V& mln::pw::var_< V >::operator() | ( | const P & | ) | const |
|
inherited |
Definition at line 134 of file function.hh.
|
inherited |
|
inherited |
Definition at line 135 of file function.hh.
| typedef V mln::pw::var_< V >::result |