(C++) functional.h
February 23, 2018 · View on GitHub
(C++) functional.h
functional.h is a standard header file.
functional.h contains the definitions of (incomplete list, taken from the GNU ISO C++ library's functional.h supplied with Qt Creator 1.3.1):
- std::binary_function
- std::divides
- std::equal_to
- std::greater
- std::greater_equal
- std::less
- std::less_equal
- std::logical_and
- std::logical_not
- std::logical_or
- std::mem_fun
- std::mem_fun_ref
- std::minus
- std::modulus
- std::multiplies
- std::negate
- std::not_equal_to
- std::plus
- std::unary_function