|
cartodata 6.0.0
|
Utility functor. More...
#include <cartodata/volume/volumeutil.h>
Public Member Functions | |
| UnaryFromConstantBinaryFunctor2 (const T &x, BinaryFunction func) | |
| T | operator() (const T &y) const |
Public Attributes | |
| T | value |
| BinaryFunction | f |
Utility functor.
Same as the fist form except that the constant term is the first argument or the binary functor.
Definition at line 1539 of file volumeutil.h.
|
inline |
Definition at line 1542 of file volumeutil.h.
|
inline |
Definition at line 1544 of file volumeutil.h.
| BinaryFunction carto::UnaryFromConstantBinaryFunctor2< T, BinaryFunction >::f |
Definition at line 1547 of file volumeutil.h.
Referenced by operator()(), and UnaryFromConstantBinaryFunctor2().
| T carto::UnaryFromConstantBinaryFunctor2< T, BinaryFunction >::value |
Definition at line 1546 of file volumeutil.h.
Referenced by operator()(), and UnaryFromConstantBinaryFunctor2().