Home | Info | Community | Development | myReactOS | Contact Us
[inline]
Definition at line 33 of file test_push_front.h.
{ typedef typename C::value_type _value_type; c.push_front( _value_type() ); EH_ASSERT( c.size() == original.size() + 1 ); typename C::const_iterator next = c.begin(); EH_ASSERT( EH_STD::equal( original.begin(), original.end(), ++next ) ); }