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

#include <UnaryOperators.hh>

Static Public Member Functions

static T apply (const T &rhs)
 

Member Function Documentation

◆ apply()

template<class T >
static T Minus< T >::apply ( const T &  rhs)
inlinestatic
28 {
29 return -(rhs);
30 }

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