16#ifndef test_push_front_H_
17#define test_push_front_H_
19# if defined (EH_NEW_HEADERS)
35 typedef typename C::value_type _value_type;
36 c.push_front( _value_type() );
38 typename C::const_iterator
next =
c.begin();
TestController gTestController
static unsigned __int64 next
static void SetCurrentTestName(const char *str)
test_push_front(const C &orig)
void operator()(C &c) const