Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::phoenix::detail::visit_each_impl< Visitor > Struct Template Reference

#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
 

Constructor & Destructor Documentation

template<typename Visitor >
boost::phoenix::detail::visit_each_impl< Visitor >::visit_each_impl ( Visitor &  visitor_)
inline

Member Function Documentation

template<typename Visitor >
template<typename T >
void boost::phoenix::detail::visit_each_impl< Visitor >::operator() ( T const &  t) const
inline

Member Data Documentation

template<typename Visitor >
Visitor& boost::phoenix::detail::visit_each_impl< Visitor >::visitor

The documentation for this struct was generated from the following file: