Scythe-1.0.3
|
A Functor encapsulating . More...
#include <scythestat/algorithm.h>
Public Member Functions | |
ax_plus_b (T a) | |
T | operator() (T x, T b) const |
Public Attributes | |
T | a_ |
A Functor encapsulating .
This function object wraps the operation for use in generic algorithms, where a is some constant.