primes::rational_power< n, k > Struct Template Reference

List of all members.

Public Types

typedef mpl::integral_c< int, 1 > one
typedef static_abs< k >::type exp
typedef power_impl< n, exp
>::type 
part
typedef static_rational< one::value,
part::value >::type 
type
typedef mpl::integral_c< int, 1 > one
typedef static_abs< k >::type exp
typedef power_impl< n, exp
>::type 
part
typedef static_rational< one::value,
part::value >::type 
type

Detailed Description

template<class n, class k>
struct primes::rational_power< n, k >

Definition at line 345 of file Copy of playground.cpp.


Member Typedef Documentation

template<class n, class k>
typedef mpl::integral_c<int, 1> primes::rational_power< n, k >::one

Definition at line 346 of file Copy of playground.cpp.

template<class n, class k>
typedef static_abs<k>::type primes::rational_power< n, k >::exp

Definition at line 347 of file Copy of playground.cpp.

template<class n, class k>
typedef power_impl<n, exp>::type primes::rational_power< n, k >::part

Definition at line 348 of file Copy of playground.cpp.

template<class n, class k>
typedef static_rational<one::value, part::value> ::type primes::rational_power< n, k >::type

Definition at line 349 of file Copy of playground.cpp.

template<class n, class k>
typedef mpl::integral_c<int, 1> primes::rational_power< n, k >::one

Definition at line 346 of file playground.cpp.

template<class n, class k>
typedef static_abs<k>::type primes::rational_power< n, k >::exp

Definition at line 347 of file playground.cpp.

template<class n, class k>
typedef power_impl<n, exp>::type primes::rational_power< n, k >::part

Definition at line 348 of file playground.cpp.

template<class n, class k>
typedef static_rational<one::value, part::value> ::type primes::rational_power< n, k >::type

Definition at line 349 of file playground.cpp.


The documentation for this struct was generated from the following files:
Generated on Mon Apr 2 22:25:08 2007 for physical_svn by  doxygen 1.5.1-p1
hosted on SourceForge.net Logo