[][src]Module type_freak::numeric

Numeric type operators and functors.

Structs

AddOneFunctor

A Functor that increases input typenum integer by one.

MaxComposeFunctor

A Functor type that gets maximum of inputs.

MinComposeFunctor

A Functor type that gets minimum of inputs.

ProdComposeFunctor

A Functor type that computes product of inputs.

SubOneFunctor

A Functor that decreases input typenum integer by one.

SumComposeFunctor

A Functor type that computes summation of inputs.