CMS 3D CMS Logo

Public Types | Static Public Member Functions

funct::NthDerivative< 0, X, F > Struct Template Reference

#include <NthDerivative.h>

List of all members.

Public Types

typedef F type

Static Public Member Functions

static type get (const F &f)

Detailed Description

template<typename X, typename F>
struct funct::NthDerivative< 0, X, F >

Definition at line 19 of file NthDerivative.h.


Member Typedef Documentation

template<typename X , typename F >
typedef F funct::NthDerivative< 0, X, F >::type

Definition at line 20 of file NthDerivative.h.


Member Function Documentation

template<typename X , typename F >
static type funct::NthDerivative< 0, X, F >::get ( const F &  f) [inline, static]

Definition at line 21 of file NthDerivative.h.

References f.

{ return f; }