std::logical_and<void>

Header: <functional>

std::logical_and is a specialization of std::logical_and with parameter and return type deduced.

# Declarations

template<>
class logical_and<void>;

(since C++14)

# Parameters

# Return value

The result of lhs && rhs.

# Example

This section is incompleteReason: no example