Arithmetic Classes


Classes

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

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.
Generated on Fri May 6 01:12:13 2005 for libstdc++-v3 Source by  doxygen 1.4.2