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