basix_doc 0.1
format_function_helper< FT, R, C, Fun > Struct Template Reference

#include <function.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename FT, typename R, typename C, typename Fun>
struct mmx::format_function_helper< FT, R, C, Fun >

Definition at line 156 of file function.hpp.


Member Function Documentation

static format<R> op ( const Fun &  fun,
const format< C > &  fm 
) [inline, static]

Definition at line 158 of file function.hpp.

References mmx::get_format(), and mmx::get_sample().

Referenced by mmx::map().

                                           {
    return get_format (fun (get_sample (fm))); }

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