MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / isMoveableValue

Method isMoveableValue

include/daScript/ast/ast_typedecl.h:830–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828 }
829
830 __forceinline bool TypeDecl::isMoveableValue() const {
831 return (isPointer() && smartPtr) || isLambda() || isIterator();
832 }
833
834 __forceinline bool TypeDecl::isSimpleType() const {
835 if ( baseType==Type::none || baseType==Type::tVoid

Callers 1

visitMethod · 0.80

Calls 1

isPointerFunction · 0.85

Tested by

no test coverage detected