GEOSX
Static Public Member Functions | List of all members
geos::OpEqual Struct Reference

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...
 

Detailed Description

OpEqual Operator that sets a value.

Definition at line 32 of file FieldSpecificationOps.hpp.

Member Function Documentation

◆ apply()

template<typename T , typename U >
static GEOS_HOST_DEVICE void geos::OpEqual::apply ( T &  lhs,
U const &  rhs 
)
inlinestatic

Pointwise set of a value.

Template Parameters
Ttype of the left-hand side
Utype of the right-hand side
Parameters
[in]lhsvalue to set
[in]rhsinput value

Definition at line 43 of file FieldSpecificationOps.hpp.


The documentation for this struct was generated from the following file: