From bb4dd8289b351fae6b55e303f189127a394a1edd Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 26 Aug 2013 08:15:55 -0400 Subject: Imported Upstream version 1.51.0 --- doc/html/boost/proto/functional/make_pair.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) mode change 100755 => 100644 doc/html/boost/proto/functional/make_pair.html (limited to 'doc/html/boost/proto/functional/make_pair.html') diff --git a/doc/html/boost/proto/functional/make_pair.html b/doc/html/boost/proto/functional/make_pair.html old mode 100755 new mode 100644 index 3ee634fa26..b67a4b60f1 --- a/doc/html/boost/proto/functional/make_pair.html +++ b/doc/html/boost/proto/functional/make_pair.html @@ -6,8 +6,8 @@ - - + + @@ -20,7 +20,7 @@

-PrevUpHomeNext +PrevUpHomeNext
@@ -36,31 +36,31 @@ struct make_pair : proto::callable { // member classes/structs/unions template<typename This, typename First, typename Second> - struct result<This(First, Second)> { + struct result<This(First, Second)> { // types typedef std::pair< typename boost::remove_const<typename boost::remove_reference<First>::type>::type , typename boost::remove_const<typename boost::remove_reference<Second>::type>::type - > type; + > type; }; - // public member functions + // public member functions template<typename First, typename Second> typename std::pair< First, Second > - operator()(First const &, Second const &) const; + operator()(First const &, Second const &) const; };
-

Description

+

Description

A PolymorphicFunctionObject type that invokes std::make_pair() on its arguments.

-

-make_pair public member functions

+

+make_pair public member functions

  1. template<typename First, typename Second> 
       typename std::pair< First, Second > 
    -  operator()(First const & first, Second const & second) const;
    + operator()(First const & first, Second const & second) const;
    @@ -82,7 +82,7 @@

    -PrevUpHomeNext +PrevUpHomeNext
    -- cgit v1.2.3