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::known_get< T > Class Template Reference

#include <variant.hpp>

Inheritance diagram for boost::detail::variant::known_get< T >:
Collaboration diagram for boost::detail::variant::known_get< T >:

Public Types

typedef Tresult_type
 

Public Member Functions

Toperator() (T &operand) const BOOST_NOEXCEPT
 
template<typename U >
Toperator() (U &) const
 

Member Typedef Documentation

typedef T & boost::static_visitor< T & >::result_type
inherited

Member Function Documentation

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

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