Rosetta
Static Public Member Functions | List of all members
ObjexxFCL::ModSelector< T, true > Struct Template Reference

Mod function selector class for integer types. More...

#include <Fmath.hh>

Static Public Member Functions

static T mod (T const &x, T const &y)
 

Detailed Description

template<typename T>
struct ObjexxFCL::ModSelector< T, true >

Mod function selector class for integer types.

Note
When used with negative integer arguments this assumes integer division rounds towards zero (de facto and future official standard)

Member Function Documentation

◆ mod()

template<typename T >
static T ObjexxFCL::ModSelector< T, true >::mod ( T const &  x,
T const &  y 
)
inlinestatic

The documentation for this struct was generated from the following file: