Return a theoretical upper bound on this set's size.
Declared in <bslstl_set.h>
set<KEY, COMPARATOR, ALLOCATOR>::size_type
max_size() const noexcept;
Note that there is no guarantee that the set can successfully grow to the returned size, or even close to that size without running out of resources.
theoretical maximum number of elements