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::Tan< T > Struct Template Reference

#include <Tan.h>

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

Definition at line 18 of file Tan.h.

Referenced by funct::tan().

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