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