STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
negate< 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 negate< void >::operator() ( _Ty &&  _Left) const -> decltype(-_STD forward<_Ty>(_Left))
inline
233  { // transparently apply operator- to operand
234  return (-_STD forward<_Ty>(_Left));
235  }

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