std::logical_or<void>
Min standard notice:
Header: <functional>
std::logical_or
# Declarations
template<>
class logical_or<void>;
(since C++14)
# Parameters
lhs, rhs: values to logical OR
# Return value
std::forward
# Example
This section is incompleteReason: no example