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

#include <Sgn.h>

Public Types

typedef SgnStruct< Ttype
 

Static Public Member Functions

static type compose (const T &t)
 

Detailed Description

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

Definition at line 15 of file Sgn.h.

Member Typedef Documentation

template<typename T >
typedef SgnStruct<T> funct::Sgn< T >::type

Definition at line 16 of file Sgn.h.

Member Function Documentation

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

Definition at line 17 of file Sgn.h.

Referenced by funct::sgn().

17 { return type(t); }
SgnStruct< T > type
Definition: Sgn.h:16