Arithmetic_functors

Langue: en

Autres versions - même langue

Version: 323608 (ubuntu - 08/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Arithmetic Classes -

Classes


struct std::divides< _Tp >
One of the math functors.
struct std::minus< _Tp >
One of the math functors.
struct std::modulus< _Tp >
One of the math functors.
struct std::multiplies< _Tp >
One of the math functors.
struct std::negate< _Tp >
One of the math functors.
struct std::plus< _Tp >
One of the math functors.

Detailed Description

Because basic math often needs to be done during an algorithm, the library provides functors for those operations. See the documentation for the base classes for examples of their use.

Author

Generated automatically by Doxygen for libstdc++ from the source code.