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

#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
 

Member Typedef Documentation

template<class Policy>
typedef Policy::domain_error_type boost::math::policies::method_error_check< Policy >::domain_error_type
template<class Policy>
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

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