$extrastylesheet
#include <mln/fun/c.hh>
Public Member Functions | |
| C () | |
| C (R(*f)(A)) | |
| R | operator() (const typename mln::metal::unqualif< A >::ret &a) const |
Protected Attributes | |
| R(* | f_ )(A) |
Public Types | |
| typedef Function_v2v< void > | category |
| typedef E | exact_t |
| typedef void | mutable_result |
| typedef R | result |
| mln::fun::C< R(*)(A) >::C | ( | ) |
| mln::fun::C< R(*)(A) >::C | ( | R(*)(A) | f | ) |
| R mln::fun::C< R(*)(A) >::operator() | ( | const typename mln::metal::unqualif< A >::ret & | a | ) | const |
|
protected |
|
inherited |
Definition at line 134 of file function.hh.
|
inherited |
|
inherited |
Definition at line 135 of file function.hh.