Xalan-C++ API Reference  1.12.0
Public Member Functions | List of all members
xalanc::pointer_equals_predicate< T > Struct Template Reference

#include <xalanc/Include/STLHelper.hpp>

Public Member Functions

 pointer_equals_predicate (const T *theArg)
 
bool operator() (const T *theOther) const
 

Detailed Description

template<class T>
struct xalanc::pointer_equals_predicate< T >

Definition at line 438 of file STLHelper.hpp.

Constructor & Destructor Documentation

◆ pointer_equals_predicate()

template<class T >
xalanc::pointer_equals_predicate< T >::pointer_equals_predicate ( const T *  theArg)
inline

Definition at line 440 of file STLHelper.hpp.

Member Function Documentation

◆ operator()()

template<class T >
bool xalanc::pointer_equals_predicate< T >::operator() ( const T *  theOther) const
inline

Definition at line 446 of file STLHelper.hpp.


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