casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
casacore::FloorMod< L, R, RES > Struct Template Reference

Functor to take modulo of variables of possibly different types using the floor modulo (% as used in Python). More...

#include <Functors.h>

Inheritance diagram for casacore::FloorMod< L, R, RES >:

Public Member Functions

RES operator() (const L &x, const R &y) const
 

Detailed Description

template<typename L, typename R = L, typename RES = L>
struct casacore::FloorMod< L, R, RES >

Functor to take modulo of variables of possibly different types using the floor modulo (% as used in Python).

Definition at line 221 of file Functors.h.

Member Function Documentation

template<typename L , typename R = L, typename RES = L>
RES casacore::FloorMod< L, R, RES >::operator() ( const L &  x,
const R &  y 
) const
inline

Definition at line 223 of file Functors.h.

References casacore::arrays_internal::floormod().


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