MCPcopy Create free account
hub / github.com/beefytech/Beef / IsIntPtrable

Method IsIntPtrable

IDEHelper/Compiler/BfResolvedTypeUtils.h:616–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614 virtual bool IsPointer() { return false; }
615 virtual bool IsAllocType() { return false; }
616 virtual bool IsIntPtrable() { return false; }
617 virtual bool IsRef() { return false; }
618 virtual bool IsMut() { return false; }
619 virtual bool IsIn() { return false; }

Callers 1

AreSplatsCompatibleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected