std::bit_xor<void>

Header: <functional>

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

# Declarations

template<>
class bit_xor<void>;

(since C++14)

# Parameters

# Return value

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

# Example

This section is incompleteReason: no example