basix_doc 0.1
format_unary_map_helper< Op, FT, R, C > Struct Template Reference

#include <type_props.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename Op, typename FT, typename R, typename C>
struct mmx::format_unary_map_helper< Op, FT, R, C >

Definition at line 511 of file type_props.hpp.


Member Function Documentation

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

Definition at line 512 of file type_props.hpp.

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

                                                   {
    return get_format (Op::op (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