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

Method operator()

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

Source from the content-addressed store, hash-verified

922 {
923 /// Boolean AND operator, returns <tt>a && b</tt>
924 __host__ __device__ __forceinline__ bool operator()(const T &a, const T &b) const
925 {
926 return a && b;
927 }
928 };
929
930 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected