ReactOS 0.4.15-dev-7842-g558ab78
PtrSpecTest::binary_pred< _Tp > Struct Template Reference

Public Member Functions

bool operator() (_Tp *__first, _Tp *__second) const
 

Detailed Description

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

Definition at line 39 of file ptrspec_test.cpp.

Member Function Documentation

◆ operator()()

template<class _Tp >
bool PtrSpecTest::binary_pred< _Tp >::operator() ( _Tp *  __first,
_Tp *  __second 
) const
inline

Definition at line 40 of file ptrspec_test.cpp.

40 {
41 return *__first < *__second;
42 }

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