ReactOS 0.4.15-dev-7842-g558ab78
test_construct_iter_range_n< T > Struct Template Reference

#include <test_hash_resize.h>

Public Member Functions

 test_construct_iter_range_n (const T &src)
 
void operator() (int) const
 

Public Attributes

const TfItems
 

Detailed Description

template<class T>
struct test_construct_iter_range_n< T >

Definition at line 37 of file test_hash_resize.h.

Constructor & Destructor Documentation

◆ test_construct_iter_range_n()

Definition at line 39 of file test_hash_resize.h.

40 : fItems( src )
41 {
42 gTestController.SetCurrentTestName("iterator range n-size constructor");
43 }
GLenum src
Definition: glext.h:6340
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_construct_iter_range_n< T >::operator() ( int  ) const
inline

Definition at line 45 of file test_hash_resize.h.

46 {
47 T t( fItems.begin(), fItems.end(), fItems.size() );
48 // prevent simulated failures during verification
51 }
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

Member Data Documentation

◆ fItems

template<class T >
const T& test_construct_iter_range_n< T >::fItems

Definition at line 53 of file test_hash_resize.h.

Referenced by test_construct_iter_range_n< T >::operator()().


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