basix_doc 0.1
remainder_part_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2250 of file operators.hpp.


Member Function Documentation

static generic name ( ) [inline, static]

Definition at line 2251 of file operators.hpp.

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

Definition at line 2253 of file operators.hpp.

{ return remainder_part (x); }

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