#include <policy.hpp>
Public Types | |
typedef Policy::domain_error_type | domain_error_type |
typedef mpl::if_c < (domain_error_type::value==throw_on_error)||(domain_error_type::value==user_error), mpl::true_, mpl::false_ > ::type | type |
typedef Policy::domain_error_type boost::math::policies::constructor_error_check< Policy >::domain_error_type |
typedef mpl::if_c< (domain_error_type::value == throw_on_error) || (domain_error_type::value == user_error), mpl::true_, mpl::false_>::type boost::math::policies::constructor_error_check< Policy >::type |