Ejemplo n.º 1
0
bool loadIndex (trie_t & t, tstring const & fpath)
{
	return t.open(fpath.c_str()) == 0;
}