...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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> #include <boost/fusion/include/clear.hpp>