std::bit_not<void>

Header: <functional>

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

# Declarations

template<>
class bit_not<void>;

(since C++14)

# Parameters

# Return value

~std::forward(arg).

# Example

This section is incompleteReason: no example