#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::false_, mpl::true_ > ::type | type |
typedef Policy::domain_error_type boost::math::policies::method_error_check< Policy >::domain_error_type |
typedef mpl::if_c< (domain_error_type::value == throw_on_error) && (domain_error_type::value != user_error), mpl::false_, mpl::true_>::type boost::math::policies::method_error_check< Policy >::type |