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

#include <ahFunction.H>

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

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

Definition at line 238 of file ahFunction.H.

Member Function Documentation

◆ operator()()

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

Definition at line 240 of file ahFunction.H.

References Aleph::maps().


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