Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include <Functors.h>
Public Member Functions | |
R | operator() (T value) const |
This class helps defining templated-functors, very much alike std::negate, but wrapping C calls that do not have a corresponding templated functor, and that receive a single parameter.
R | Return type |
T | Parameter type |
wrapped | A pointer to the function being wrapped |
Definition at line 48 of file Functors.h.
|
inline |
Definition at line 49 of file Functors.h.