#include <visit_each.hpp>
Public Member Functions | |
visit_each_impl (Visitor &visitor_) | |
template<typename T > | |
void | operator() (T const &t) const |
Public Attributes | |
Visitor & | visitor |
|
inline |
|
inline |
References boost::visit_each(), and boost::phoenix::visit_each().
Visitor& boost::phoenix::detail::visit_each_impl< Visitor >::visitor |