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