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

#include <Abs.h>

Public Types

typedef AbsStruct< Ttype
 

Static Public Member Functions

static type compose (const T &t)
 

Detailed Description

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

Definition at line 16 of file Abs.h.

Member Typedef Documentation

template<typename T >
typedef AbsStruct<T> funct::Abs< T >::type

Definition at line 17 of file Abs.h.

Member Function Documentation

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

Definition at line 18 of file Abs.h.

Referenced by funct::abs().

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