Exemplo n.º 1
0
 basic_charset (const token &token_, const std::size_t index_) :
     _token (token_),
     _index_set ()
 {
     _index_set.insert (index_);
 }