1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5<title>Chapter 48. Boost.Concept_Check</title> 6<link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css"> 7<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 8<link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> 9<link rel="up" href="libraries.html" title="Part I. The Boost C++ Libraries (BoostBook Subset)"> 10<link rel="prev" href="boost_yap/rationale.html" title="Rationale"> 11<link rel="next" href="Assignable.html" title="Concept Assignable"> 12</head> 13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 14<table cellpadding="2" width="100%"><tr> 15<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../boost.png"></td> 16<td align="center"><a href="../../index.html">Home</a></td> 17<td align="center"><a href="../../libs/libraries.htm">Libraries</a></td> 18<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 19<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 20<td align="center"><a href="../../more/index.htm">More</a></td> 21</tr></table> 22<hr> 23<div class="spirit-nav"> 24<a accesskey="p" href="boost_yap/rationale.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.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="Assignable.html"><img src="../../doc/src/images/next.png" alt="Next"></a> 25</div> 26<div class="chapter"> 27<div class="titlepage"><div> 28<div><h2 class="title"> 29<a name="concept_check"></a>Chapter 48. Boost.Concept_Check</h2></div> 30<div><div class="author"><h3 class="author"> 31<span class="firstname">Jeremy</span> <span class="surname">Siek</span> 32</h3></div></div> 33</div></div> 34<div class="toc"> 35<p><b>Table of Contents</b></p> 36<dl class="toc"> 37<dt><span class="section"><a href="concept_check.html#concepts.reference">Concept reference</a></span></dt> 38<dd><dl><dt><span class="section"><a href="concept_check.html#concepts.reference.concepts">Concepts</a></span></dt></dl></dd> 39</dl> 40</div> 41<div class="section"> 42<div class="titlepage"><div> 43<div><h2 class="title" style="clear: both"> 44<a name="concepts.reference"></a>Concept reference</h2></div> 45<div><p class="copyright">Copyright © 2001, 2002 Indiana University</p></div> 46<div><p class="copyright">Copyright © 2000, 2001 University of Notre Dame du Lac</p></div> 47<div><p class="copyright">Copyright © 2000 Jeremy Siek, Lie-Quan Lee, Andrew Lumsdaine</p></div> 48<div><p class="copyright">Copyright © 1996-1999 Silicon Graphics Computer Systems, Inc.</p></div> 49<div><p class="copyright">Copyright © 1994 Hewlett-Packard Company</p></div> 50<div><div class="legalnotice"> 51<a name="id-1.3.49.3.2.6"></a><p>Distributed under the Boost Software License, Version 1.0. 52 (See accompanying file <code class="filename">LICENSE_1_0.txt</code> or copy at 53 <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) 54 </p> 55<p>This product includes software developed at the University 56 of Notre Dame and the Pervasive Technology Labs at Indiana 57 University. For technical information contact Andrew Lumsdaine 58 at the Pervasive Technology Labs at Indiana University. For 59 administrative and license questions contact the Advanced 60 Research and Technology Institute at 351 West 10th Street. 61 Indianapolis, Indiana 46202, phone 317-278-4100, fax 62 317-274-5902.</p> 63<p>Some concepts based on versions from the MTL draft manual 64 and Boost Graph and Property Map documentation, the SGI Standard 65 Template Library documentation and the Hewlett-Packard STL, 66 under the following license: 67 </p> 68<div class="blockquote"><blockquote class="blockquote"><p>Permission to use, copy, modify, distribute and 69 sell this software and its documentation for any purpose is 70 hereby granted without fee, provided that the above copyright 71 notice appears in all copies and that both that copyright 72 notice and this permission notice appear in supporting 73 documentation. Silicon Graphics makes no representations 74 about the suitability of this software for any purpose. It is 75 provided "as is" without express or implied 76 warranty.</p></blockquote></div> 77</div></div> 78</div></div> 79<div class="toc"><dl class="toc"><dt><span class="section"><a href="concept_check.html#concepts.reference.concepts">Concepts</a></span></dt></dl></div> 80<div class="section"> 81<div class="titlepage"><div><div><h3 class="title"> 82<a name="concepts.reference.concepts"></a>Concepts</h3></div></div></div> 83<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> 84<li class="listitem"><a class="link" href="Assignable.html" title="Concept Assignable">Assignable</a></li> 85<li class="listitem"><a class="link" href="InputIterator.html" title="Concept InputIterator">InputIterator</a></li> 86<li class="listitem"><a class="link" href="OutputIterator.html" title="Concept OutputIterator">OutputIterator</a></li> 87<li class="listitem"><a class="link" href="ForwardIterator.html" title="Concept ForwardIterator">ForwardIterator</a></li> 88<li class="listitem"><a class="link" href="BidirectionalIterator.html" title="Concept BidirectionalIterator">BidirectionalIterator</a></li> 89<li class="listitem"><a class="link" href="RandomAccessIterator.html" title="Concept RandomAccessIterator">RandomAccessIterator</a></li> 90<li class="listitem"><a class="link" href="DefaultConstructible.html" title="Concept DefaultConstructible">DefaultConstructible</a></li> 91<li class="listitem"><a class="link" href="CopyConstructible.html" title="Concept CopyConstructible">CopyConstructible</a></li> 92<li class="listitem"><a class="link" href="EqualityComparable.html" title="Concept EqualityComparable">EqualityComparable</a></li> 93<li class="listitem"><a class="link" href="LessThanComparable.html" title="Concept LessThanComparable">LessThanComparable</a></li> 94<li class="listitem"><a class="link" href="SignedInteger.html" title="Concept SignedInteger">SignedInteger</a></li> 95</ul></div> 96</div> 97</div> 98</div> 99<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 100<td align="left"></td> 101<td align="right"><div class="copyright-footer"></div></td> 102</tr></table> 103<hr> 104<div class="spirit-nav"> 105<a accesskey="p" href="boost_yap/rationale.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.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="Assignable.html"><img src="../../doc/src/images/next.png" alt="Next"></a> 106</div> 107</body> 108</html> 109