|
libstdc++
|
This is the complete list of members for std::negate< void >, including all inherited members.
| argument_type typedef | std::negate< void > | |
| is_transparent typedef (defined in std::negate< void >) | std::negate< void > | |
| operator()(_Tp &&__t) const noexcept(noexcept(-std::forward< _Tp >(__t))) -> decltype(-std::forward< _Tp >(__t)) (defined in std::negate< void >) | std::negate< void > | inline |
| operator()(const void &__x) const (defined in std::negate< void >) | std::negate< void > | inline |
| result_type typedef | std::negate< void > |