STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Public Member Functions
|
List of all members
not_equal_to< void > Struct Template Reference
Public Member Functions
template<class _Ty1 , class _Ty2 >
auto
operator()
(_Ty1 &&_Left, _Ty2 &&
_Right
) const -> decltype(
_STD
forward< _Ty1 >(_Left)!=
_STD
forward< _Ty2 >(
_Right
))
Member Function Documentation
template<class _Ty1 , class _Ty2 >
auto
not_equal_to
<
void
>::operator()
(
_Ty1 &&
_Left
,
_Ty2 &&
_Right
)
const -> decltype(
_STD
forward<_Ty1>(_Left) !=
_STD
forward<_Ty2>(
_Right
))
inline
249
{
// transparently apply operator!= to operands
250
return
(
_STD
forward<_Ty1>(_Left) !=
_STD
forward<_Ty2>(
_Right
));
251
}
_STD
_Right
const _Ty & _Right
Definition:
algorithm:4087
The documentation for this struct was generated from the following file:
VS2013/inc/
xfunctional
Generated on Sun Jul 23 2017 10:04:20 for STLdoc by
1.8.8