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 1105 of file type_props.hpp.


Member Function Documentation

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

Definition at line 1106 of file type_props.hpp.

References mmx::decexp2().

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


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1