[#Descriptor-MaxSatisfactionElems] = xref:Descriptor.adoc[Descriptor]::MaxSatisfactionElems :relfileprefix: ../ :mrdocs: Get the maximum size number of stack elements for satisfying this descriptor. == Synopsis Declared in `<script/descriptor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::optional<int64_t> MaxSatisfactionElems() const = 0; ---- == Return Value The maximum number of stack elements, or nullopt if unknown. [.small]#Created with https://www.mrdocs.com[MrDocs]#