Developer documentation

mmx::Interval< T, r >::extended Struct Reference

#include <Interval.hpp>

Public Member Functions

 extended (const T &c, const T &d)
 

Public Attributes

a
 
b
 

Constructor & Destructor Documentation

template<class T, int r = 3>
mmx::Interval< T, r >::extended::extended ( const T &  c,
const T &  d 
)
inline

Member Data Documentation

template<class T, int r = 3>
T mmx::Interval< T, r >::extended::a
template<class T, int r = 3>
T mmx::Interval< T, r >::extended::b

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