![]() |
CUSP
|
#include <functional.h>
Public Methods | |
| _CCCL_HOST_DEVICE | plus_value (const T value=T(0)) |
Construct with the given constant value. | |
plus_value is a function object to add a constant value to a given element.
| T | is a model of Assignable, and if x is an object of type T, then x+c must be defined and must have a return type that is convertible to T. |
plus_value is a function object. Specifically, it is an Adaptable Unary Function. If f(c) is an object of class plus_value<T>, and x is an object of class T, then f(x) returns x+c.Definition at line 94 of file functional.h.
|
inline |
Construct with the given constant value.
Definition at line 98 of file functional.h.