CMS 3D CMS Logo

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

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

List of all members.

Public Types

typedef PowerStruct< A, Btype

Static Public Member Functions

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


Detailed Description

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

Definition at line 27 of file Power.h.


Member Typedef Documentation

template<typename A, typename B>
typedef PowerStruct<A, B> funct::Power< A, B >::type

Definition at line 28 of file Power.h.


Member Function Documentation

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

Definition at line 29 of file Power.h.

00029                                                 { 
00030       return type(a, b);
00031     }


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