unary_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 &) fun>
struct mmx::unary_op< C, fun >

Definition at line 71 of file operators.hpp.


Member Function Documentation

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

Definition at line 73 of file operators.hpp.

00073 { return fun (x); }


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1