CMS 3D CMS Logo

Static Public Member Functions

funct::DecomposeProduct< ProductStruct< A, B >, B > Struct Template Reference

#include <DecomposeProduct.h>

List of all members.

Static Public Member Functions

static const Bget (const ProductStruct< A, B > &_)

Detailed Description

template<typename A, typename B>
struct funct::DecomposeProduct< ProductStruct< A, B >, B >

Definition at line 21 of file DecomposeProduct.h.


Member Function Documentation

template<typename A , typename B >
static const B& funct::DecomposeProduct< ProductStruct< A, B >, B >::get ( const ProductStruct< A, B > &  _) [inline, static]

Definition at line 22 of file DecomposeProduct.h.

{ return _._2; }