STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | List of all members
logical_not< void > Struct Template Reference

Public Types

typedef int is_transparent
 

Public Member Functions

template<class _Ty >
constexpr auto operator() (_Ty &&_Left) const -> decltype(!_STD forward< _Ty >(_Left))
 

Member Typedef Documentation

typedef int logical_not< void >::is_transparent

Member Function Documentation

template<class _Ty >
constexpr auto logical_not< void >::operator() ( _Ty &&  _Left) const -> decltype(!_STD forward<_Ty>(_Left))
inline
397  { // transparently apply operator! to operand
398  return (!_STD forward<_Ty>(_Left));
399  }
constexpr const _Ty &() _Left
Definition: algorithm:3590

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