コード例 #1
0
ファイル: trie_map.hpp プロジェクト: apolukhin/boost.trie
	const_iterator cbegin() const
	{
		return t.cbegin();
	}
コード例 #2
0
	iterator begin() 
	{
		return t.cbegin();
	}