basix_doc 0.1
|
#include <operators.hpp>
Definition at line 1884 of file operators.hpp.
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); }