make_interval_helper< interval< C, V >, C2 > Struct Template Reference

#include <interval.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename C, typename V, typename C2>
struct mmx::make_interval_helper< interval< C, V >, C2 >

Definition at line 104 of file interval.hpp.


Member Function Documentation

static interval<C,V> val ( const C2 l,
const C2 r 
) [inline, static]

Definition at line 105 of file interval.hpp.

References Interval.

00105                                                         {
00106     return Interval (l, r); }


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

Generated on 6 Dec 2012 for numerix by  doxygen 1.6.1