Functor that scales another functor. More...
#include <functors.hpp>
Public Member Functions | |
| scale_functor (Functor f, ScaleType s) | |
| constructor More... | |
| template<typename Arg > | |
| ReturnType | operator() (Arg &&arg) const |
| operator() More... | |
Functor that scales another functor.
Definition at line 662 of file functors.hpp.
|
inline |
|
inline |
operator()
| Arg |
| arg |
Definition at line 680 of file functors.hpp.
1.8.5