CMS 3D CMS Logo

Public Types | Static Public Member Functions

funct::Tan< T > Struct Template Reference

#include <Tan.h>

List of all members.

Public Types

typedef TanStruct< Ttype

Static Public Member Functions

static type compose (const T &t)

Detailed Description

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

Definition at line 16 of file Tan.h.


Member Typedef Documentation

template<typename T >
typedef TanStruct<T> funct::Tan< T >::type

Definition at line 17 of file Tan.h.


Member Function Documentation

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

Definition at line 18 of file Tan.h.

Referenced by funct::tan().

{ return type(t); }