basix_doc 0.1
access_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions

Public Attributes


Detailed Description

Definition at line 2316 of file operators.hpp.


Member Function Documentation

static Binary_return_type ( access_op  ,
C  ,
 
) const [inline, static]
static generic name ( ) [inline, static]

Definition at line 2317 of file operators.hpp.

References mmx::GEN_ACCESS.

{ return GEN_ACCESS; }
static I void set_op ( R &  x,
const C y,
const I &  i 
) [inline, static]

Definition at line 2322 of file operators.hpp.

{ x= y[i]; }

Member Data Documentation

C

Definition at line 2321 of file operators.hpp.


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