ReactOS 0.4.15-dev-7924-g5949c20
PtrSpecTest::unary_pred< _Tp > Struct Template Reference

Public Member Functions

bool operator() (_Tp *__ptr) const
 

Detailed Description

template<class _Tp>
struct PtrSpecTest::unary_pred< _Tp >

Definition at line 32 of file ptrspec_test.cpp.

Member Function Documentation

◆ operator()()

template<class _Tp >
bool PtrSpecTest::unary_pred< _Tp >::operator() ( _Tp *  __ptr) const
inline

Definition at line 33 of file ptrspec_test.cpp.

33 {
34 return *__ptr == 0;
35 }

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