\brief Tests whether this instance has any elements.
| 826 | |
| 827 | //! \brief Tests whether this instance has any elements. |
| 828 | bool empty (void) const |
| 829 | { |
| 830 | return size_==0; |
| 831 | } |
| 832 | |
| 833 | //! \brief Returns the maximum number of elements this instance can hold. |
| 834 | unsigned int max_size (void) const |