Function which returns the logical not of its argument. More...
Public Member Functions | |
template<typename Reference > | |
bool | operator() (Reference x) const |
Public Types | |
using | argument_type = T |
using | result_type = bool |
Function which returns the logical not of its argument.
T | Type of the argument. |