CMS 3D CMS Logo

funct::Difference< A, B > Struct Template Reference

#include <PhysicsTools/Utilities/interface/Difference.h>

List of all members.

Public Types

typedef Sum< A, typename Minus
< B >::type >::type 
type

Static Public Member Functions

static type combine (const A &a, const B &b)


Detailed Description

template<typename A, typename B>
struct funct::Difference< A, B >

Definition at line 9 of file Difference.h.


Member Typedef Documentation

template<typename A, typename B>
typedef Sum<A, typename Minus<B>::type>::type funct::Difference< A, B >::type

Definition at line 10 of file Difference.h.


Member Function Documentation

template<typename A, typename B>
static type funct::Difference< A, B >::combine ( const A a,
const B b 
) [inline, static]

Definition at line 11 of file Difference.h.

00011 { return a + (-b); }


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:47:01 2009 for CMSSW by  doxygen 1.5.4