//! Returns if the data structure is empty.
 bool empty()const {
     return m_lcp.empty();
 }
Example #2
0
 //! Returns if the data strucutre is empty.
 bool empty()const {
     return m_small_lcp.empty();
 }