![]() |
Home | Libraries | People | FAQ | More |
Returns the result type of clear, given the input sequence
type.
template< typename Sequence > struct clear { typedef unspecified type; };
result_of::clear<Sequence>::type
Return type: A model of Forward Sequence.
Semantics: Returns an empty sequence.
Constant.
#include <boost/fusion/algorithm/transformation/clear.hpp>
| Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger |