Esempio n. 1
0
	const_iterator begin() const
	{
		return t.begin();
	}
Esempio n. 2
0
	iterator begin() 
	{
		return t.begin();
	}