Exemple #1
0
	const_iterator cend() const
	{
		return t.cend();
	}
	iterator end() 
	{
		return t.cend();
	}