basix_doc 0.1
make_interval_helper< B, C > Struct Template Reference

#include <type_props.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename B, typename C>
struct mmx::make_interval_helper< B, C >

Definition at line 902 of file type_props.hpp.


Member Function Documentation

static B val ( const C l,
const C r 
) [inline, static]

Definition at line 903 of file type_props.hpp.

References mmx::decexp2().

{ return decexp2 (l+r, 1); }

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