|
template<class _Ty > |
auto | operator() (_Ty &&_Left) const -> decltype(-_STD forward< _Ty >(_Left)) |
|
template<class _Ty >
auto negate< void >::operator() |
( |
_Ty && |
_Left | ) |
const -> decltype(-_STD forward<_Ty>(_Left))
|
|
inline |
234 return (-
_STD forward<_Ty>(_Left));
The documentation for this struct was generated from the following file: