old_primes::is_divisible< a, b > Struct Template Reference

List of all members.

Public Types

typedef boost::mpl::if_c<
(a/b)*b==a, yes, no >::type 
type
typedef boost::mpl::if_c<
(a/b)*b==a, yes, no >::type 
type

Public Member Functions

 BOOST_STATIC_CONSTANT (int, value=type::value)
 BOOST_STATIC_CONSTANT (int, value=type::value)

Detailed Description

template<int a, int b>
struct old_primes::is_divisible< a, b >

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


Member Typedef Documentation

template<int a, int b>
typedef boost::mpl::if_c< (a/b)*b==a, yes, no>::type old_primes::is_divisible< a, b >::type

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

template<int a, int b>
typedef boost::mpl::if_c< (a/b)*b==a, yes, no>::type old_primes::is_divisible< a, b >::type

Definition at line 111 of file playground.cpp.


Member Function Documentation

template<int a, int b>
old_primes::is_divisible< a, b >::BOOST_STATIC_CONSTANT ( int  ,
value  = type::value 
)

template<int a, int b>
old_primes::is_divisible< a, b >::BOOST_STATIC_CONSTANT ( int  ,
value  = type::value 
)


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