#include <visitor_ptr.hpp>


Public Types | |
| typedef R | result_type | 
Public Member Functions | |
| visitor_ptr_t (visitor_t visitor) BOOST_NOEXCEPT | |
| template<typename U > | |
| result_type | operator() (const U &) const | 
| result_type | operator() (argument_fwd_type operand) const | 
| typedef R boost::visitor_ptr_t< T, R >::result_type | 
      
  | 
  inlineexplicit | 
      
  | 
  inline | 
References boost::throw_exception().
      
  | 
  inline |