CMS 3D CMS Logo

List of all members | Public Types | Static Public Member Functions
funct::Exp< T > Struct Template Reference

#include <Exp.h>

Public Types

typedef ExpStruct< Ttype
 

Static Public Member Functions

static type compose (const T &t)
 

Detailed Description

template<typename T>
struct funct::Exp< T >

Definition at line 16 of file Exp.h.

Member Typedef Documentation

◆ type

template<typename T >
typedef ExpStruct<T> funct::Exp< T >::type

Definition at line 17 of file Exp.h.

Member Function Documentation

◆ compose()

template<typename T >
static type funct::Exp< T >::compose ( const T t)
inlinestatic

Definition at line 18 of file Exp.h.

References submitPVValidationJobs::t.

Referenced by funct::exp().

18 { return type(t); }
ExpStruct< T > type
Definition: Exp.h:17