From 1a78a62555be32868418fe52f8e330c9d0f95d5a Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 30 Oct 2012 12:57:26 -0700 Subject: Imported Upstream version 1.49.0 --- .../second/result_This_Pair____id1500504.html | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100755 doc/html/boost/proto/functional/second/result_This_Pair____id1500504.html (limited to 'doc/html/boost/proto/functional/second/result_This_Pair____id1500504.html') diff --git a/doc/html/boost/proto/functional/second/result_This_Pair____id1500504.html b/doc/html/boost/proto/functional/second/result_This_Pair____id1500504.html new file mode 100755 index 0000000000..9948b39b73 --- /dev/null +++ b/doc/html/boost/proto/functional/second/result_This_Pair____id1500504.html @@ -0,0 +1,54 @@ + + + +Struct template result<This(Pair &)> + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Struct template result<This(Pair &)>

+

boost::proto::functional::second::result<This(Pair &)>

+
+

Synopsis

+
// In header: <boost/proto/functional/std/utility.hpp>
+
+
+template<typename This, typename Pair> 
+struct result<This(Pair &)> {
+  // types
+  typedef typename Pair::second_type & type;
+};
+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3