table of contents
conflicting packages
std::not_equal_to< _Tp >(3cxx) | std::not_equal_to< _Tp >(3cxx) |
NAME¶
std::not_equal_to< _Tp > - One of the comparison functors.SYNOPSIS¶
Public Member Functions¶
constexpr bool operator() (const _Tp &__x, const _Tp &__y) const
Detailed Description¶
template<typename _Tp>¶
struct std::not_equal_to< _Tp >" One of the comparison functors.Definition at line 334 of file stl_function.h.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.Tue Jul 14 2020 | libstdc++ |