コード例 #1
0
 //! Returns if the data structure is empty.
 bool empty()const {
     return m_lcp.empty();
 }
コード例 #2
0
ファイル: lcp_byte.hpp プロジェクト: chenlonggang/sdsl-lite
 //! Returns if the data strucutre is empty.
 bool empty()const {
     return m_small_lcp.empty();
 }