modulus_value is a function object that computes the modulus of a given element by a constant value.
| T | is a model of Assignable, and if x is an object of type T, then xc must be defined and must have a return type that is convertible to T. |
modulus_value is a function object. Specifically, it is an Adaptable Unary Function. If f(c) is an object of class modulus_value<T>, and x is an object of class T, then f(x) returns xc.Definition at line 178 of file functional.h.
#include <functional.h>
Public Methods | |
| __host__ __device__ | modulus_value (const T value=T(0)) |
1.8.6