From 71d216b90256936a9638f325af9bc69d720e75de Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 6 Oct 2016 10:30:07 +0900 Subject: Imported Upstream version 1.59.0 Change-Id: I2dde00f4eca71df3eea9d251dcaecde18a6c90a5 Signed-off-by: DongHun Kwak --- doc/html/boost/xpressive/swap_idp357897008.html | 98 +++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 doc/html/boost/xpressive/swap_idp357897008.html (limited to 'doc/html/boost/xpressive/swap_idp357897008.html') diff --git a/doc/html/boost/xpressive/swap_idp357897008.html b/doc/html/boost/xpressive/swap_idp357897008.html new file mode 100644 index 0000000000..27bede62f3 --- /dev/null +++ b/doc/html/boost/xpressive/swap_idp357897008.html @@ -0,0 +1,98 @@ + + + + +Function template swap + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Function template swap

+

boost::xpressive::swap — Swaps the contents of two basic_regex objects.

+
+

Synopsis

+
// In header: <boost/xpressive/basic_regex.hpp>
+
+
+template<typename BidiIter> 
+  void swap(basic_regex< BidiIter > & left, basic_regex< BidiIter > & right);
+
+

Description

+

+

+
+ + + + + +
[Note]Note

This is a shallow swap that does not do reference tracking. If you embed a basic_regex object by reference in another regular expression and then swap its contents with another basic_regex object, the change will not be visible to the enclosing regular expression. It is done this way to ensure that swap() cannot throw.

+

+ +

+
++++ + + + + + + + + + + +

Parameters:

++++ + + + + + + + + + + +

left

The first basic_regex object.

right

The second basic_regex object.

Throws:

Will not throw.
+
+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3