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

#include <xalanc/Include/STLHelper.hpp>

Public Member Functions

bool operator() (const T *theLHS, const T *theRHS) const
 Compare the values of two objects. More...
 

Detailed Description

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

Definition at line 229 of file STLHelper.hpp.

Member Function Documentation

◆ operator()()

template<class T >
bool xalanc::equal_null_terminated_arrays< T >::operator() ( const T *  theLHS,
const T *  theRHS 
) const
inline

Compare the values of two objects.

Parameters
theLHSfirst object to compare
theRHSsecond object to compare
Returns
true if objects are the same

Definition at line 240 of file STLHelper.hpp.


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