Ejemplo n.º 1
0
 /** Get the maximum size of the set.
  *  This corresponds to the maximum number of item that the set can
  *  contain.
  *  @return the maximum number of elements
  */
 size_type max_size()     const { return m_ht.max_size(); }