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 --- doc/html/BOOST_PROTO_EXTENDS_ASSIGN.html | 69 ++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100755 doc/html/BOOST_PROTO_EXTENDS_ASSIGN.html (limited to 'doc/html/BOOST_PROTO_EXTENDS_ASSIGN.html') diff --git a/doc/html/BOOST_PROTO_EXTENDS_ASSIGN.html b/doc/html/BOOST_PROTO_EXTENDS_ASSIGN.html new file mode 100755 index 0000000000..64b3e9a9e6 --- /dev/null +++ b/doc/html/BOOST_PROTO_EXTENDS_ASSIGN.html @@ -0,0 +1,69 @@ + + + +Macro BOOST_PROTO_EXTENDS_ASSIGN + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Macro BOOST_PROTO_EXTENDS_ASSIGN

+

BOOST_PROTO_EXTENDS_ASSIGN — For adding to an expression extension class an overloaded assignment operator that + builds an expression template.

+
+

Synopsis

+
// In header: <boost/proto/extends.hpp>
+
+BOOST_PROTO_EXTENDS_ASSIGN()
+
+

Description

+

+ Use BOOST_PROTO_EXTENDS_ASSIGN() after + BOOST_PROTO_BASIC_EXTENDS() to give an expression + extension class an overloaded assignment operator that builds an expression template. +

+

+ See also: +

+ +

+

+
+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3