CMS 3D CMS Logo

List of all members | Public Types | Static Public Member Functions
funct::Sqrt< T > Struct Template Reference

#include <Sqrt.h>

Public Types

typedef SqrtStruct< Ttype
 

Static Public Member Functions

static type compose (const T &t)
 

Detailed Description

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

Definition at line 16 of file Sqrt.h.

Member Typedef Documentation

template<typename T >
typedef SqrtStruct<T> funct::Sqrt< T >::type

Definition at line 17 of file Sqrt.h.

Member Function Documentation

template<typename T >
static type funct::Sqrt< T >::compose ( const T t)
inlinestatic

Definition at line 18 of file Sqrt.h.

Referenced by funct::sqrt().

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