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::detail::append_N< Seq, T, N > Struct Template Reference

#include <policy.hpp>

Public Types

typedef mpl::push_back< Seq, T >
::type 
new_seq
 
typedef append_N< new_seq, T,
N-1 >::type 
type
 

Member Typedef Documentation

template<class Seq, class T, int N>
typedef mpl::push_back<Seq, T>::type boost::math::policies::detail::append_N< Seq, T, N >::new_seq
template<class Seq, class T, int N>
typedef append_N<new_seq, T, N-1>::type boost::math::policies::detail::append_N< Seq, T, N >::type

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