Function object that returns x to the power y. More...
#include <dai/prob.h>
Public Member Functions | |
T | operator() (const T &x, const T &y) const |
Returns (x ^ y). |
Function object that returns x to the power y.
T dai::fo_pow< T >::operator() | ( | const T & | x, | |
const T & | y | |||
) | const [inline] |
Returns (x ^ y).