basix_doc 0.1
def_function_5_rep< D, S1, S2, S3, S4, S5 > Struct Template Reference

#include <function.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<typename D, typename S1, typename S2, typename S3, typename S4, typename S5>
struct mmx::def_function_5_rep< D, S1, S2, S3, S4, S5 >

Definition at line 364 of file function.hpp.


Constructor & Destructor Documentation

def_function_5_rep ( D(*)(S1, S2, S3, S4, S5 fun2) [inline]

Definition at line 366 of file function.hpp.

                                                            :
    fun (fun2) {}

Member Function Documentation

D apply ( S1  x1,
S2  x2,
S3  x3,
S4  x4,
S5  x5 
) [inline]

Definition at line 368 of file function.hpp.

References def_function_5_rep< D, S1, S2, S3, S4, S5 >::fun.

                                              { 
    return fun (x1, x2, x3, x4, x5); }

Member Data Documentation

D(* fun)(S1, S2, S3, S4, S5)

Definition at line 365 of file function.hpp.

Referenced by def_function_5_rep< D, S1, S2, S3, S4, S5 >::apply().


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