MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / operator!

Method operator!

src/api/cpp/array.cpp:983–988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981}
982
983array array::operator!() const {
984 af_array lhs = this->get();
985 af_array out;
986 AF_THROW(af_not(&out, lhs));
987 return array(out);
988}
989
990array array::operator~() const {
991 af_array lhs = this->get();

Callers

nothing calls this directly

Calls 3

getMethod · 0.95
af_notFunction · 0.85
arrayClass · 0.50

Tested by

no test coverage detected