FEDRA emulsion software from the OPERA Collaboration
DivOp< T > Class Template Reference

#include <BinaryOperators.hh>

Static Public Member Functions

static T apply (const T &lhs, const T &rhs)
 

Member Function Documentation

◆ apply()

template<class T >
static T DivOp< T >::apply ( const T &  lhs,
const T &  rhs 
)
inlinestatic
628 {
629 return lhs / rhs;
630 }

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