arithmetic classes(3)

NAME

Arithmetic Classes

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.
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.
Copyright © 2010-2025 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout