Return the signedness of this variable's type, or std::nullopt if this type is neither signed nor unsigned.
Synopsis
Declared in <llvm/IR/DebugInfoMetadata.h>
std::optional<DIBasicType::Signedness>
getSignedness() const;
Return Value
Class template for optional values.
Created with MrDocs