CMS 3D CMS Logo

Public Types | Static Public Member Functions

funct::Exp< T > Struct Template Reference

#include <Exp.h>

List of all members.

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

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

Definition at line 17 of file Exp.h.


Member Function Documentation

template<typename T >
static type funct::Exp< T >::compose ( const T t) [inline, static]

Definition at line 18 of file Exp.h.

Referenced by funct::exp().

{ return type(t); }