std::bit_and<void>

Header: <functional>

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

# Declarations

template<>
class bit_and<void>;

(since C++14)

# Parameters

# Return value

std::forward(lhs) & std::forward(rhs).

# Example

This section is incompleteReason: no example