basix_doc 0.1
common_part_op Struct Reference

#include <operators.hpp>

List of all members.

Public Types

Static Public Member Functions


Detailed Description

Definition at line 2236 of file operators.hpp.


Member Typedef Documentation

typedef zero_op lop

Definition at line 2237 of file operators.hpp.

typedef zero_op rop

Definition at line 2238 of file operators.hpp.


Member Function Documentation

static generic name ( ) [inline, static]

Definition at line 2239 of file operators.hpp.

{ return "common_part"; }
static T op ( const T x,
const T y 
) [inline, static]

Definition at line 2241 of file operators.hpp.

References mmx::common_part().

{ return common_part (x, y); }

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