2007-11-25 18:38:02 +00:00
< html >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=ISO-8859-1" >
< title > back< / title >
< link rel = "stylesheet" href = "../../../../../../../../doc/html/boostbook.css" type = "text/css" >
2008-07-08 02:43:21 +00:00
< meta name = "generator" content = "DocBook XSL Stylesheets V1.66.1" >
2007-11-25 18:38:02 +00:00
< link rel = "start" href = "../../../../index.html" title = "Chapter<65> 1.<2E> Fusion 2.0" >
< link rel = "up" href = "../metafunctions.html" title = "Metafunctions" >
< link rel = "prev" href = "front.html" title = "front" >
< link rel = "next" href = "size.html" title = "size" >
< / 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 >
2008-07-08 02:43:21 +00:00
< td align = "center" > < a href = "../../../../../../../../index.htm" > Home< / a > < / td >
2007-11-25 18:38:02 +00:00
< td align = "center" > < a href = "../../../../../../../libraries.htm" > Libraries< / a > < / td >
2008-07-08 02:43:21 +00:00
< td align = "center" > < a href = "../../../../../../../../people/people.htm" > People< / a > < / td >
< td align = "center" > < a href = "../../../../../../../../more/faq.htm" > FAQ< / a > < / td >
2007-11-25 18:38:02 +00:00
< td align = "center" > < a href = "../../../../../../../../more/index.htm" > More< / a > < / td >
< / tr > < / table >
< hr >
< div class = "spirit-nav" >
< a accesskey = "p" href = "front.html" > < img src = "../../../../../../../../doc/html/images/prev.png" alt = "Prev" > < / a > < a accesskey = "u" href = "../metafunctions.html" > < img src = "../../../../../../../../doc/html/images/up.png" alt = "Up" > < / a > < a accesskey = "h" href = "../../../../index.html" > < img src = "../../../../../../../../doc/html/images/home.png" alt = "Home" > < / a > < a accesskey = "n" href = "size.html" > < img src = "../../../../../../../../doc/html/images/next.png" alt = "Next" > < / a >
< / div >
< div class = "section" lang = "en" >
< div class = "titlepage" > < div > < div > < h5 class = "title" >
2008-07-08 02:43:21 +00:00
< a name = "fusion.sequence.intrinsic.metafunctions.back" > < / a > < a href = "back.html" title = "back" > back< / a > < / h5 > < / div > < / div > < / div >
2007-11-25 18:38:02 +00:00
< a name = "fusion.sequence.intrinsic.metafunctions.back.description" > < / a > < h6 >
2008-07-08 02:43:21 +00:00
< a name = "id511404" > < / a >
< a href = "back.html#fusion.sequence.intrinsic.metafunctions.back.description" > Description< / a >
2007-11-25 18:38:02 +00:00
< / h6 >
< p >
2008-07-08 02:43:21 +00:00
Returns the result type of < a href = "../functions/back.html" title = "back" > < tt class = "computeroutput" > < span class = "identifier" > back< / span > < / tt > < / a > .
2007-11-25 18:38:02 +00:00
< / p >
< a name = "fusion.sequence.intrinsic.metafunctions.back.synopsis" > < / a > < h6 >
2008-07-08 02:43:21 +00:00
< a name = "id511453" > < / a >
< a href = "back.html#fusion.sequence.intrinsic.metafunctions.back.synopsis" > Synopsis< / a >
2007-11-25 18:38:02 +00:00
< / h6 >
< pre class = "programlisting" >
< span class = "keyword" > template< / span > < span class = "special" > < < / span > < span class = "keyword" > typename< / span > < span class = "identifier" > Seq< / span > < span class = "special" > > < / span >
< span class = "keyword" > struct< / span > < span class = "identifier" > back< / span >
< span class = "special" > {< / span >
< span class = "keyword" > typedef< / span > < span class = "emphasis" > < em > unspecified< / em > < / span > < span class = "identifier" > type< / span > < span class = "special" > ;< / span >
< span class = "special" > };< / span >
< / pre >
< div class = "table" >
2008-07-08 02:43:21 +00:00
< a name = "id511552" > < / a > < p class = "title" > < b > Table<EFBFBD> 1.23.<2E> Parameters< / b > < / p >
< table class = "table" summary = "Parameters" >
2007-11-25 18:38:02 +00:00
< colgroup >
< col >
< col >
< col >
< / colgroup >
< thead > < tr >
< th >
< p >
Parameter
< / p >
< / th >
< th >
< p >
Requirement
< / p >
< / th >
< th >
< p >
Description
< / p >
< / th >
< / tr > < / thead >
< tbody > < tr >
< td >
< p >
2008-07-08 02:43:21 +00:00
< tt class = "computeroutput" > < span class = "identifier" > Seq< / span > < / tt >
2007-11-25 18:38:02 +00:00
< / p >
< / td >
< td >
< p >
2008-07-08 02:43:21 +00:00
A model of < a href = "../../concepts/forward_sequence.html" title = "Forward
Sequence">Forward
2007-11-25 18:38:02 +00:00
Sequence< / a >
< / p >
< / td >
< td >
< p >
Argument sequence
< / p >
< / td >
< / tr > < / tbody >
2008-07-08 02:43:21 +00:00
< / table >
2007-11-25 18:38:02 +00:00
< / div >
2008-07-08 02:43:21 +00:00
< a name = "fusion.sequence.intrinsic.metafunctions.back.expression_semantics" > < / a > < h6 >
< a name = "id511653" > < / a >
< a href = "back.html#fusion.sequence.intrinsic.metafunctions.back.expression_semantics" > Expression
2007-11-25 18:38:02 +00:00
Semantics< / a >
< / h6 >
< pre class = "programlisting" >
< span class = "identifier" > result_of< / span > < span class = "special" > ::< / span > < span class = "identifier" > back< / span > < span class = "special" > < < / span > < span class = "identifier" > Seq< / span > < span class = "special" > > ::< / span > < span class = "identifier" > type< / span >
< / pre >
< p >
2008-07-08 02:43:21 +00:00
< span class = "bold" > < b > Return type< / b > < / span > : Any type
2007-11-25 18:38:02 +00:00
< / p >
< p >
2008-07-08 02:43:21 +00:00
< span class = "bold" > < b > Semantics< / b > < / span > : The type returned by dereferencing
an iterator to the last element in the sequence. Equivalent to < tt class = "computeroutput" > < a href = "../../../iterator/metafunctions/deref.html" title = "deref" > < tt class = "computeroutput" > < span class = "identifier" > result_of< / span > < span class = "special" > ::< / span > < span class = "identifier" > deref< / span > < / tt > < / a > < span class = "special" > < < / span > < a href = "../../../iterator/metafunctions/prior.html" title = "prior" > < tt class = "computeroutput" > < span class = "identifier" > result_of< / span > < span class = "special" > ::< / span > < span class = "identifier" > prior< / span > < / tt > < / a > < span class = "special" > < < / span > < a href = "end.html" title = "end" > < tt class = "computeroutput" > < span class = "identifier" > result_of< / span > < span class = "special" > ::< / span > < span class = "identifier" > end< / span > < / tt > < / a > < span class = "special" > < < / span > < span class = "identifier" > Seq< / span > < span class = "special" > > ::< / span > < span class = "identifier" > type< / span > < span class = "special" > > ::< / span > < span class = "identifier" > type< / span > < span class = "special" > > ::< / span > < span class = "identifier" > type< / span > < / tt > .
2007-11-25 18:38:02 +00:00
< / p >
< p >
/sequence/intrinsic/back.hpp>
< / p >
< a name = "fusion.sequence.intrinsic.metafunctions.back.example" > < / a > < h6 >
2008-07-08 02:43:21 +00:00
< a name = "id511886" > < / a >
< a href = "back.html#fusion.sequence.intrinsic.metafunctions.back.example" > Example< / a >
2007-11-25 18:38:02 +00:00
< / h6 >
< pre class = "programlisting" >
2008-07-08 02:43:21 +00:00
< span class = "keyword" > typedef< / span > < a href = "../../../container/vector.html" title = "vector" > < tt class = "computeroutput" > < span class = "identifier" > vector< / span > < / tt > < / a > < span class = "special" > < < / span > < span class = "keyword" > int< / span > < span class = "special" > ,< / span > < span class = "keyword" > char< / span > < span class = "special" > > < / span > < span class = "identifier" > vec< / span > < span class = "special" > ;< / span >
< span class = "identifier" > BOOST_MPL_ASSERT< / span > < span class = "special" > ((< / span > < span class = "identifier" > boost< / span > < span class = "special" > ::< / span > < span class = "identifier" > is_same< / span > < span class = "special" > < < / span > < a href = "back.html" title = "back" > < tt class = "computeroutput" > < span class = "identifier" > result_of< / span > < span class = "special" > ::< / span > < span class = "identifier" > back< / span > < / tt > < / a > < span class = "special" > < < / span > < span class = "identifier" > vec< / span > < span class = "special" > > ::< / span > < span class = "identifier" > type< / span > < span class = "special" > ,< / span > < span class = "keyword" > char< / span > < span class = "special" > & > ));< / span >
2007-11-25 18:38:02 +00:00
< / pre >
< / 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 <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
Schwinger< p >
Distributed under the Boost Software License, Version 1.0. (See accompanying
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 > )
< / p >
< / div > < / td >
< / tr > < / table >
< hr >
< div class = "spirit-nav" >
< a accesskey = "p" href = "front.html" > < img src = "../../../../../../../../doc/html/images/prev.png" alt = "Prev" > < / a > < a accesskey = "u" href = "../metafunctions.html" > < img src = "../../../../../../../../doc/html/images/up.png" alt = "Up" > < / a > < a accesskey = "h" href = "../../../../index.html" > < img src = "../../../../../../../../doc/html/images/home.png" alt = "Home" > < / a > < a accesskey = "n" href = "size.html" > < img src = "../../../../../../../../doc/html/images/next.png" alt = "Next" > < / a >
< / div >
< / body >
< / html >