Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::equal_to< _Tp > Struct Template Reference

#include <ahFunction.H>

Inheritance diagram for Aleph::equal_to< _Tp >:
[legend]
Collaboration diagram for Aleph::equal_to< _Tp >:
[legend]

Public Member Functions

bool operator() (const _Tp &__x, const _Tp &__y) const noexcept
 

Additional Inherited Members

- Public Types inherited from Aleph::binary_function< _Tp, _Tp, bool >
typedef _Tp first_argument_type
 
typedef _Tp second_argument_type
 
typedef bool result_type
 

Detailed Description

template<class _Tp>
struct Aleph::equal_to< _Tp >

Definition at line 158 of file ahFunction.H.

Member Function Documentation

◆ operator()()

template<class _Tp >
bool Aleph::equal_to< _Tp >::operator() ( const _Tp __x,
const _Tp __y 
) const
inlinenoexcept

Definition at line 160 of file ahFunction.H.

References Aleph::maps().


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