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

#include <test_construct.h>

Public Member Functions

 test_default_construct ()
 
void operator() (int) const
 

Detailed Description

template<class T>
struct test_default_construct< T >

Definition at line 48 of file test_construct.h.

Constructor & Destructor Documentation

◆ test_default_construct()

Definition at line 49 of file test_construct.h.

49 {
50 gTestController.SetCurrentTestName("default constructor");
51 }
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_default_construct< T >::operator() ( int  ) const
inline

Definition at line 53 of file test_construct.h.

53 {
54 T t;
56 }
EH_END_NAMESPACE void CheckInvariant(const C &)
Definition: LeakCheck.h:52
GLdouble GLdouble t
Definition: gl.h:2047
#define T
Definition: mbstring.h:31

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