MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / op

Function op

include/hx/FieldRef.h:148–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146inline ret operator op (const FieldRef &inA) \
147 { return this->operator ::Dynamic() op inA.operator ::Dynamic(); } \
148template<typename T> inline ret operator op (const T& inA) \
149 { return this->operator ::Dynamic() op inA; }
150
151
152class IndexRef

Callers 1

FieldRef.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected