CMS 3D CMS Logo

Public Types | Static Public Member Functions

funct::Abs< T > Struct Template Reference

#include <Abs.h>

List of all members.

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) [inline, static]

Definition at line 18 of file Abs.h.

Referenced by funct::abs().

{ return type(t); }