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