basix_doc 0.1
format_binary_map_scalar_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_scalar_helper< Op, FT, R, C1, C2 >

Definition at line 543 of file type_props.hpp.


Member Function Documentation

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

Definition at line 544 of file type_props.hpp.

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

                                                                  {
    return get_format (Op::op (get_sample (fm1), x)); }

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