CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types
funct::Fraction< n, m, pn, pm > Struct Template Reference

#include <Fraction.h>

Public Types

typedef PositiveFraction< n, m >
::type 
type
 

Detailed Description

template<int n, int m, bool pn = (n >= 0), bool pm = (m >= 0)>
struct funct::Fraction< n, m, pn, pm >

Definition at line 33 of file Fraction.h.

Member Typedef Documentation

template<int n, int m, bool pn = (n >= 0), bool pm = (m >= 0)>
typedef PositiveFraction<n, m>::type funct::Fraction< n, m, pn, pm >::type

Definition at line 34 of file Fraction.h.