|
GEOS
|
OpEqual Operator that sets a value. More...
#include <FieldSpecificationOps.hpp>
Static Public Member Functions | |
| template<typename T , typename U > | |
| static GEOS_HOST_DEVICE void | apply (T &lhs, U const &rhs) |
| Pointwise set of a value. More... | |
OpEqual Operator that sets a value.
Definition at line 33 of file FieldSpecificationOps.hpp.
|
inlinestatic |
Pointwise set of a value.
| T | type of the left-hand side |
| U | type of the right-hand side |
| [in] | lhs | value to set |
| [in] | rhs | input value |
Definition at line 44 of file FieldSpecificationOps.hpp.