Esempio n. 1
0
	void swap(const trie_map_type& other)
	{
		t.swap(other.t);
	}
Esempio n. 2
0
	void swap(const trie_multiset_type& other)
	{
		t.swap(other.t);
	}