basix_doc 0.1
def_function_1_rep< D, S1 > Struct Template Reference

#include <function.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<typename D, typename S1>
struct mmx::def_function_1_rep< D, S1 >

Definition at line 118 of file function.hpp.


Constructor & Destructor Documentation

def_function_1_rep ( D(*)(S1 fun2) [inline]

Definition at line 120 of file function.hpp.

: fun (fun2) {}

Member Function Documentation

D apply ( S1  x1) [inline]

Definition at line 121 of file function.hpp.

References def_function_1_rep< D, S1 >::fun.

{ return fun (x1); }

Member Data Documentation

D(* fun)(S1)

Definition at line 119 of file function.hpp.

Referenced by def_function_1_rep< D, S1 >::apply().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines