Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::fusion::detail::poly_min::result< poly_min(Lhs, Rhs)> Struct Template Reference

#include <zip_view.hpp>

Public Types

typedef remove_reference< Lhs >
::type 
lhs
 
typedef remove_reference< Rhs >
::type 
rhs
 
typedef mpl::min< lhs, rhs >::type type
 

Member Typedef Documentation

template<typename Lhs , typename Rhs >
typedef remove_reference<Lhs>::type boost::fusion::detail::poly_min::result< poly_min(Lhs, Rhs)>::lhs
template<typename Lhs , typename Rhs >
typedef remove_reference<Rhs>::type boost::fusion::detail::poly_min::result< poly_min(Lhs, Rhs)>::rhs
template<typename Lhs , typename Rhs >
typedef mpl::min<lhs, rhs>::type boost::fusion::detail::poly_min::result< poly_min(Lhs, Rhs)>::type

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