Exemplo n.º 1
0
 comp_char_type operator[](char_type c) const
 {
    if ( c >= m_strat->m_char.size() or !m_strat->m_char[c] )
         return (comp_char_type)0;
     return (comp_char_type) m_strat->m_char_rank((size_type)c);
 }
Exemplo n.º 2
0
 comp_char_type operator[](char_type c) const {
     return (comp_char_type) m_strat->m_char_rank((size_type)c);
 }