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