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