Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2023. The current version is 1.89.0.
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>