예제 #1
0
	const_reverse_iterator crend() const
	{
		return t.crend();
	}
예제 #2
0
	reverse_iterator rend() 
	{
		return t.crend();
	}