ACE  6.1.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
ACE_Equal_To< const wchar_t * > Class Template Reference

Function object for determining whether two const strings are equal. More...

#include <Functor.h>

Public Member Functions

int operator() (const wchar_t *lhs, const wchar_t *rhs) const
 Simply calls ACE_OS::strcmp.
 

Detailed Description

template<>
class ACE_Equal_To< const wchar_t * >

Function object for determining whether two const strings are equal.

Member Function Documentation

int ACE_Equal_To< const wchar_t * >::operator() ( const wchar_t *  lhs,
const wchar_t *  rhs 
) const
inline

Simply calls ACE_OS::strcmp.


The documentation for this class was generated from the following files: