CppNoddy
0.92
|
A unary pure function object that scales through multiplication. More...
#include <Functors.h>
Public Member Functions | |
scale_functor (_valueType value) | |
_containerType | operator() (_containerType elt) |
A unary pure function object that scales through multiplication.
The object is type templated for any object that defines operator* and the MULTIPLIER is set in the functor constructor.
Definition at line 74 of file Functors.h.
|
inline |
value | The value to be used in the scale operation |
Definition at line 77 of file Functors.h.
|
inline |
Definition at line 83 of file Functors.h.
© 2012
R.E. Hewitt