Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::math::detail::ibeta_fraction2_t< T > Struct Template Reference

#include <beta.hpp>

Public Types

typedef std::pair< T, Tresult_type
 

Public Member Functions

 ibeta_fraction2_t (T a_, T b_, T x_, T y_)
 
result_type operator() ()
 

Member Typedef Documentation

template<class T>
typedef std::pair<T, T> boost::math::detail::ibeta_fraction2_t< T >::result_type

Constructor & Destructor Documentation

template<class T>
boost::math::detail::ibeta_fraction2_t< T >::ibeta_fraction2_t ( T  a_,
T  b_,
T  x_,
T  y_ 
)
inline

Member Function Documentation

template<class T>
result_type boost::math::detail::ibeta_fraction2_t< T >::operator() ( )
inline

References boost::xpressive::make_pair, and T.


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