libstdc++
std::logical_or< void > Member List

This is the complete list of members for std::logical_or< void >, including all inherited members.

is_transparent typedef (defined in std::logical_or< void >)std::logical_or< 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::logical_or< void >)std::logical_or< void >inline