![]() |
Home | Libraries | People | FAQ | More |
Returns the result type of reverse, given the input sequence
type.
template< typename Sequence > struct reverse { typedef unspecified type; };
Table 1.80. Parameters
|
Parameter |
Requirement |
Description |
|---|---|---|
|
|
A model of Bidirectional Sequence |
Operation's argument |
result_of::reverse<Sequence>::type
Return type: A model of Bidirectional Sequence.
Semantics: Returns a sequence with the
elements in the reverse order to Sequence.
Constant.
#include <boost/fusion/algorithm/transformation/reverse.hpp>
| Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger |