Orocos Real-Time Toolkit  2.8.3
Public Member Functions | List of all members
std::not_equal_to< const _Tp & > Struct Template Reference

One of the comparison functors. More...

#include <rtt/internal/mystd.hpp>

Inheritance diagram for std::not_equal_to< const _Tp & >:

Public Member Functions

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

Detailed Description

template<class _Tp>
struct std::not_equal_to< const _Tp & >

One of the comparison functors.

Definition at line 176 of file mystd.hpp.

Member Function Documentation

template<class _Tp >
bool std::not_equal_to< const _Tp & >::operator() ( const _Tp &  __x,
const _Tp &  __y 
) const
inline

Definition at line 179 of file mystd.hpp.


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