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

#include <constants.hpp>

Public Types

typedef construction_traits
< Real, Policy >::type 
construct_type
 
typedef mpl::if_c
< (construct_type::value==construct_from_string)||(construct_type::value >
construct_max), const Real
&, Real >::type 
type
 

Member Typedef Documentation

template<class Real , class Policy = boost::math::policies::policy<>>
typedef construction_traits<Real, Policy>::type boost::math::constants::detail::constant_return< Real, Policy >::construct_type
template<class Real , class Policy = boost::math::policies::policy<>>
typedef mpl::if_c< (construct_type::value == construct_from_string) || (construct_type::value > construct_max), const Real&, Real>::type boost::math::constants::detail::constant_return< Real, Policy >::type

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