INET Framework for OMNeT++/OMNEST
inet::math::Domain< T > Class Template Reference

This class represents the domain of a mathematical function. More...

#include <Domain.h>

Public Types

typedef Point< T ... > P
 
typedef Interval< T ... > I
 

Detailed Description

template<typename... T>
class inet::math::Domain< T >

This class represents the domain of a mathematical function.

Member Typedef Documentation

◆ I

template<typename... T>
typedef Interval<T ...> inet::math::Domain< T >::I

◆ P

template<typename... T>
typedef Point<T ...> inet::math::Domain< T >::P

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