basix_doc 0.1
binary_op< C, fun > Struct Template Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename C, C(*)(const C &, const C &) fun>
struct mmx::binary_op< C, fun >

Definition at line 75 of file operators.hpp.


Member Function Documentation

static C op ( const C x,
const C y 
) [inline, static]

Definition at line 77 of file operators.hpp.

{ return fun (x, y); }

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