CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Static Public Member Functions
funct::Sin< T > Struct Template Reference

#include <Sin.h>

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)
inlinestatic

Definition at line 18 of file Sin.h.

Referenced by funct::sin().

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