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

#include <ahFunction.H>

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

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from Aleph::unary_function< _Tp, _Tp >
typedef _Tp argument_type
 
typedef _Tp result_type
 

Detailed Description

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

Definition at line 148 of file ahFunction.H.

Member Function Documentation

◆ operator()()

template<class _Tp >
_Tp Aleph::negate< _Tp >::operator() ( const _Tp __x) const
inlinenoexcept

Definition at line 150 of file ahFunction.H.

References Aleph::maps().


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