std::logical_and<void>
Min standard notice:
Header: <functional>
std::logical_and
# Declarations
template<>
class logical_and<void>;
(since C++14)
# Parameters
lhs, rhs: values to logical AND
# Return value
The result of lhs && rhs.
# Example
This section is incompleteReason: no example