Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::proto::functional::make_pair::result< This(First, Second)> Struct Template Reference

#include <utility.hpp>

Public Types

typedef std::pair< typename
remove_const< typename
remove_reference< First >
::type >::type, typename
remove_const< typename
remove_reference< Second >
::type >::type
type
 

Member Typedef Documentation

template<typename This , typename First , typename Second >
typedef std::pair< typename remove_const<typename remove_reference<First>::type>::type , typename remove_const<typename remove_reference<Second>::type>::type > boost::proto::functional::make_pair::result< This(First, Second)>::type

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