std::bit_or<void>

Header: <functional>

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

# Declarations

template<>
class bit_or<void>;

(since C++14)

# Parameters

# Return value

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

# Example

This section is incompleteReason: no example