basix_doc 0.1
interval_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1884 of file operators.hpp.


Member Function Documentation

static generic name ( ) [inline, static]

Definition at line 1885 of file operators.hpp.

References mmx::GEN_INTERVAL.

{ return GEN_INTERVAL; }
static B op ( const R &  l,
const R &  r 
) [inline, static]

Definition at line 1887 of file operators.hpp.

                              {
    return make_interval<B> (l, r); }
static void set_op ( B &  b,
const R &  l,
const R &  r 
) [inline, static]

Definition at line 1890 of file operators.hpp.

                                        {
    b= make_interval<B> (l, r); }

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