CMS 3D CMS Logo

Public Types | Static Public Member Functions

funct::Sin< T > Struct Template Reference

#include <Sin.h>

List of all members.

Public Types

typedef SinStruct< Ttype

Static Public Member Functions

static type compose (const T &t)

Detailed Description

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

Definition at line 16 of file Sin.h.


Member Typedef Documentation

template<typename T >
typedef SinStruct<T> funct::Sin< T >::type

Definition at line 17 of file Sin.h.


Member Function Documentation

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

Definition at line 18 of file Sin.h.

Referenced by funct::sin().

{ return type(t); }