MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / operator()

Method operator()

extensions/include/cuMat/src/ReductionOps.h:871–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869 {
870 /// Boolean sum operator, returns <tt>a + b</tt>
871 __host__ __device__ __forceinline__ T operator()(const T &a, const T &b) const
872 {
873 return a + b;
874 }
875 };
876
877 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected