FEDRA emulsion software from the OPERA Collaboration
meta_dot< 0 > Struct Reference

#include <Functions.hh>

Static Public Member Functions

template<class A , class B , class T >
static T f (const A &lhs, const B &rhs, const T &x)
 

Member Function Documentation

◆ f()

template<class A , class B , class T >
static T meta_dot< 0 >::f ( const A &  lhs,
const B &  rhs,
const T &  x 
)
inlinestatic
117 {
118 return lhs.apply(0) * rhs.apply(0);
119 }

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