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

#include <get.hpp>

Public Types

typedef pointer result_type
 

Public Member Functions

pointer operator() (reference operand) const BOOST_NOEXCEPT
 
template<typename U >
pointer operator() (const U &) const BOOST_NOEXCEPT
 

Member Typedef Documentation

template<typename T>
typedef pointer boost::detail::variant::get_visitor< T >::result_type

Member Function Documentation

template<typename T>
pointer boost::detail::variant::get_visitor< T >::operator() ( reference  operand) const
inline

References boost::addressof().

template<typename T>
template<typename U >
pointer boost::detail::variant::get_visitor< T >::operator() ( const U &  ) const
inline

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