MDL SDK API nvidia_logo_transpbg.gif Up

Functor for the minus operator, -, unary and binary. More...

#include <function.h>

Public Member Functions

template<typename T>
operator() (const T &t) const
 Unary functor call. More...
 
template<typename T>
operator() (const T &t1, const T &t2) const
 Binary functor call. More...
 

Detailed Description

Functor for the minus operator, -, unary and binary.