CMS 3D CMS Logo

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

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

List of all members.

Public Types

typedef CompositionStruct< A, Btype

Static Public Member Functions

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


Detailed Description

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

Definition at line 26 of file Composition.h.


Member Typedef Documentation

template<typename A, typename B>
typedef CompositionStruct<A, B> funct::Composition< A, B >::type

Definition at line 27 of file Composition.h.


Member Function Documentation

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

Definition at line 28 of file Composition.h.

Referenced by funct::compose().

00028 { return type(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