Imported Upstream version 1.71.0
[platform/upstream/boost.git] / libs / test / doc / html / boost / unit_test / is_conta_idm45665012112112.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Struct template is_container_forward_iterable</title>
5 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7 <link rel="home" href="../../index.html" title="Boost.Test">
8 <link rel="up" href="../../header/boost/test/utils/is_forward_iterable_hpp.html" title="Header &lt;boost/test/utils/is_forward_iterable.hpp&gt;">
9 <link rel="prev" href="bt_itera_idm45665012130320.html" title="Struct template bt_iterator_traits&lt;T, true&gt;">
10 <link rel="next" href="is_forward_iterable.html" title="Struct template is_forward_iterable">
11 </head>
12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13 <table cellpadding="2" width="100%"><tr>
14 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
15 <td align="center"><a href="../../../../../../index.html">Home</a></td>
16 <td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
17 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19 <td align="center"><a href="../../../../../../more/index.htm">More</a></td>
20 </tr></table>
21 <hr>
22 <div class="spirit-nav">
23 <a accesskey="p" href="bt_itera_idm45665012130320.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../header/boost/test/utils/is_forward_iterable_hpp.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="is_forward_iterable.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
24 </div>
25 <div class="refentry">
26 <a name="boost.unit_test.is_conta_idm45665012112112"></a><div class="titlepage"></div>
27 <div class="refnamediv">
28 <h2><span class="refentrytitle">Struct template is_container_forward_iterable</span></h2>
29 <p>boost::unit_test::is_container_forward_iterable</p>
30 </div>
31 <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
32 <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../header/boost/test/utils/is_forward_iterable_hpp.html" title="Header &lt;boost/test/utils/is_forward_iterable.hpp&gt;">boost/test/utils/is_forward_iterable.hpp</a>&gt;
33
34 </span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">&gt;</span> 
35 <span class="keyword">struct</span> <a class="link" href="is_conta_idm45665012112112.html" title="Struct template is_container_forward_iterable">is_container_forward_iterable</a> <span class="special">{</span>
36   <span class="comment">// types</span>
37   <span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">remove_reference</span><span class="special">&lt;</span> <span class="identifier">T</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <a name="boost.unit_test.is_conta_idm45665012112112.T_ref"></a><span class="identifier">T_ref</span><span class="special">;</span>      
38   <span class="keyword">typedef</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span>                      <a name="boost.unit_test.is_conta_idm45665012112112.is_fwd_it_t"></a><span class="identifier">is_fwd_it_t</span><span class="special">;</span>
39   <span class="keyword">typedef</span> <span class="identifier">mpl</span><span class="special">::</span><span class="identifier">bool_</span><span class="special">&lt;</span> <span class="identifier">is_fwd_it_t</span><span class="special">::</span><span class="identifier">value</span> <span class="special">&gt;</span> <a name="boost.unit_test.is_conta_idm45665012112112.type"></a><span class="identifier">type</span><span class="special">;</span>       
40
41   <span class="keyword">enum</span> <a name="boost.unit_test.is_conta_idm45665012112112.@14"></a>@14 <span class="special">{</span> value = = is_fwd_it_t::value <span class="special">}</span><span class="special">;</span>
42 <span class="special">}</span><span class="special">;</span></pre></div>
43 <div class="refsect1">
44 <a name="idm45734492398224"></a><h2>Description</h2>
45 <p>Indicates that a specific type implements the forward iterable concept. </p>
46 </div>
47 </div>
48 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
49 <td align="left"></td>
50 <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2018 Boost.Test contributors<p>
51         Distributed under the Boost Software License, Version 1.0. (See accompanying
52         file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
53       </p>
54 </div></td>
55 </tr></table>
56 <hr>
57 <div class="spirit-nav">
58 <a accesskey="p" href="bt_itera_idm45665012130320.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../header/boost/test/utils/is_forward_iterable_hpp.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="is_forward_iterable.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
59 </div>
60 </body>
61 </html>