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
logical_not< void > Struct Template Reference
Public Member Functions
template<class _Ty >
auto
operator()
(_Ty &&_Left) const -> decltype(!
_STD
forward< _Ty >(_Left))
Member Function Documentation
template<class _Ty >
auto
logical_not
<
void
>::operator()
(
_Ty &&
_Left
)
const -> decltype(!
_STD
forward<_Ty>(_Left))
inline
329
{
// transparently apply operator! to operand
330
return
(!
_STD
forward<_Ty>(_Left));
331
}
_STD
The documentation for this struct was generated from the following file:
VS2013/inc/
xfunctional
Generated on Sun Jul 23 2017 10:03:21 for STLdoc by
1.8.8