size
Syntax:
#include <set> size_type size() const;
The size() function returns the number of elements in the current set.
Related topics:
#include <set> size_type size() const;
The size() function returns the number of elements in the current set.