Path Tracer
Public Member Functions | Static Public Attributes | List of all members
Eigen::internal::FixedInt< N > Class Template Reference

Public Member Functions

 operator int () const
 
 FixedInt (VariableAndFixedInt< N > other)
 
FixedInt<-N > operator- () const
 
template<int M>
FixedInt< N+M > operator+ (FixedInt< M >) const
 
template<int M>
FixedInt< N-M > operator- (FixedInt< M >) const
 
template<int M>
FixedInt< N *M > operator* (FixedInt< M >) const
 
template<int M>
FixedInt< N/M > operator/ (FixedInt< M >) const
 
template<int M>
FixedInt< N%M > operator% (FixedInt< M >) const
 
template<int M>
FixedInt< N|M > operator| (FixedInt< M >) const
 
template<int M>
FixedInt< N &M > operator& (FixedInt< M >) const
 
 FixedInt (FixedInt< N >(*)())
 

Static Public Attributes

static const int value = N
 

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