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

#include <ahFunction.H>

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

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

Definition at line 98 of file ahFunction.H.

Member Function Documentation

◆ operator()()

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

Definition at line 100 of file ahFunction.H.

References Aleph::maps().


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