[#bitset_detail-IntBitSet-Last] = xref:bitset_detail.adoc[bitset_detail]::xref:bitset_detail/IntBitSet.adoc[IntBitSet]::Last :relfileprefix: ../../ :mrdocs: Find the last element (requires Any()). == Synopsis Declared in `<util/bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr unsigned int Last() const noexcept; ---- == Return Value The position of the highest set bit. [.small]#Created with https://www.mrdocs.com[MrDocs]#