format_binary_map_helper< Op, FT, R, C1, C2 > 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 C1, typename C2>
struct mmx::format_binary_map_helper< Op, FT, R, C1, C2 >

Definition at line 661 of file type_props.hpp.


Member Function Documentation

static format<R> op ( const format< C1 > &  fm1,
const format< C2 > &  fm2 
) [inline, static]

Definition at line 662 of file type_props.hpp.

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

00662                                                                             {
00663     return get_format (Op::op (get_sample (fm1), get_sample (fm2))); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1