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