Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::math::gcd_evaluator< IntegerType > Singleton Reference

#include <math_fwd.hpp>

Public Types

typedef IntegerType result_type
 
typedef IntegerType first_argument_type
 
typedef IntegerType second_argument_type
 

Public Member Functions

result_type operator() (first_argument_type const &a, second_argument_type const &b) const
 

Member Typedef Documentation

template<typename IntegerType>
typedef IntegerType boost::math::gcd_evaluator< IntegerType >::first_argument_type
template<typename IntegerType>
typedef IntegerType boost::math::gcd_evaluator< IntegerType >::result_type
template<typename IntegerType>
typedef IntegerType boost::math::gcd_evaluator< IntegerType >::second_argument_type

Member Function Documentation

template<typename IntegerType >
gcd_evaluator< IntegerType >::result_type boost::math::gcd_evaluator< IntegerType >::operator() ( first_argument_type const &  a,
second_argument_type const &  b 
) const
inline

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