std::bit_not<void>
Min standard notice:
Header: <functional>
std::bit_not
# Declarations
template<>
class bit_not<void>;
(since C++14)
# Parameters
arg: value to bitwise NOT
# Return value
~std::forward
# Example
This section is incompleteReason: no example