ReactOS 0.4.15-dev-7953-g1f49173
test_copy_construct< T > Struct Template Reference

#include <test_construct.h>

Public Member Functions

 test_copy_construct ()
 
void operator() (const T &t) const
 

Detailed Description

template<class T>
struct test_copy_construct< T >

Definition at line 33 of file test_construct.h.

Constructor & Destructor Documentation

◆ test_copy_construct()

Definition at line 34 of file test_construct.h.

34 {
35 gTestController.SetCurrentTestName("copy constructor");
36 }
TestController gTestController
Definition: nc_alloc.cpp:46
static void SetCurrentTestName(const char *str)
Definition: nc_alloc.h:172

Member Function Documentation

◆ operator()()

template<class T >
void test_copy_construct< T >::operator() ( const T t) const
inline

Definition at line 38 of file test_construct.h.

38 {
39 T aCopy( t );
40 // Prevent simulated failures during verification
42 //EH_ASSERT( aCopy == t );
44 }
EH_END_NAMESPACE void CheckInvariant(const C &)
Definition: LeakCheck.h:52
GLdouble GLdouble t
Definition: gl.h:2047
#define T
Definition: mbstring.h:31
static void CancelFailureCountdown()
Definition: nc_alloc.h:143

The documentation for this struct was generated from the following file: