boost/doc/html/variant/refs.html
2021-10-05 21:37:46 +02:00

148 lines
6.7 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>References</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../variant.html" title="Chapter 46. Boost.Variant">
<link rel="prev" href="misc.html" title="Miscellaneous Notes">
<link rel="next" href="../xpressive.html" title="Chapter 47. Boost.Xpressive">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
<td align="center"><a href="../../../index.html">Home</a></td>
<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="misc.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../variant.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../xpressive.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="variant.refs"></a>References</h2></div></div></div>
<p><a name="variant.refs.abr00"></a>
<a href="http://boost.org/more/generic_exception_safety.html" target="_top">[Abr00]</a>
David Abrahams.
"Exception-Safety in Generic Components."
M. Jazayeri, R. Loos, D. Musser (eds.):
Generic Programming '98, Proc. of a Dagstuhl Seminar, Lecture Notes on Computer Science, Vol. 1766, pp. 69-79.
Springer-Verlag Berlin Heidelberg.
2000.
</p>
<p><a name="variant.refs.abr01"></a>
<a href="http://boost.org/more/error_handling.html" target="_top">[Abr01]</a>
David Abrahams.
"Error and Exception Handling."
Boost technical article.
2001-2003.
</p>
<p><a name="variant.refs.ale01a"></a>
<a href="http://www.oonumerics.org/tmpw01/alexandrescu.pdf" target="_top">[Ale01a]</a>
Andrei Alexandrescu.
"An Implementation of Discriminated Unions in C++."
<span class="emphasis"><em>OOPSLA 2001</em></span>, Second Workshop on C++ Template Programming.
Tampa Bay, 14 October 2001.
</p>
<p><a name="variant.refs.ale01b"></a>
<a href="http://www.moderncppdesign.com/book/main.html" target="_top">[Ale01b]</a>
Andrei Alexandrescu.
<span class="emphasis"><em>Modern C++ Design</em></span>.
Addison-Wesley, C++ In-Depth series.
2001.
</p>
<p><a name="variant.refs.ale02"></a>
<a href="http://cuj.com/experts/2008/alexandr.htm" target="_top">[Ale02]</a>
Andrei Alexandrescu.
"Generic&lt;Programming&gt;: Discriminated Unions" series:
<a href="http://cuj.com/experts/2004/alexandr.htm" target="_top">Part 1</a>,
<a href="http://cuj.com/experts/2006/alexandr.htm" target="_top">Part 2</a>,
<a href="http://cuj.com/experts/2008/alexandr.htm" target="_top">Part 3</a>.
<span class="emphasis"><em>C/C++ Users Journal</em></span>.
2002.
</p>
<p><a name="variant.refs.boo02"></a>
<a href="http://lists.boost.org/MailArchives/boost/msg30415.php" target="_top">[Boo02]</a>
Various Boost members.
"Proposal --- A type-safe union."
Boost public discussion.
2002.
</p>
<p><a name="variant.refs.c++98"></a>
[C++98]
<span class="emphasis"><em>International Standard, Programming Languages C++</em></span>.
ISO/IEC:14882.
1998.
</p>
<p><a name="variant.refs.gof95"></a>
[GoF95]
Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides.
<span class="emphasis"><em>Design Patterns: Elements of Reusable Object-Oriented Software</em></span>.
Addison-Wesley.
1995.
</p>
<p><a name="variant.refs.gre02"></a>
<a href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?variant" target="_top">[Gre02]</a>
Douglas Gregor.
"BOOST_USER: variant."
Boost Wiki paper.
2002.
</p>
<p><a name="variant.refs.gur02"></a>
MPL
Aleksey Gurtovoy.
<span class="emphasis"><em>Boost Metaprogramming Library.</em></span>
2002.
</p>
<p><a name="variant.refs.hen01"></a>
<a class="link" href="../any.html" title="Chapter 4. Boost.Any">[Hen01]</a>
Kevlin Henney.
<span class="emphasis"><em>Boost Any Library.</em></span>
2001.
</p>
<p><a name="variant.refs.mk02"></a>
Preprocessor
Paul Mensonides and Vesa Karvonen.
<span class="emphasis"><em>Boost Preprocessor Library.</em></span>
2002.
</p>
<p><a name="variant.refs.mcd+01"></a>
Type Traits
Steve Cleary, Beman Dawes, Aleksey Gurtovoy, Howard Hinnant, Jesse Jones, Mat Marcus, John Maddock, Jeremy Siek.
<span class="emphasis"><em>Boost Type Traits Library</em></span>.
2001.
</p>
<p><a name="variant.refs.sut00"></a>
<a href="http://www.gotw.ca/publications/xc++.htm" target="_top">[Sut00]</a>
Herb Sutter.
<span class="emphasis"><em>Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions</em></span>.
Addison-Wesley, C++ In-Depth series.
2000.
</p>
<p><a name="variant.refs.wil02"></a>
<a href="http://aspn.activestate.com/ASPN/Mail/Message/boost/1314807" target="_top">[Wil02]</a>
Anthony Williams.
Double-Storage Proposal.
2002.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2002, 2003 Eric Friedman, Itay Maman<br>Copyright © 2014-2021 Antony Polukhin<p>Distributed under the Boost Software License, Version 1.0.
(See accompanying file <code class="filename">LICENSE_1_0.txt</code> or copy at
<a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="misc.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../variant.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../xpressive.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>