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::swap_with< Variant > Struct Template Reference

#include <variant.hpp>

Inheritance diagram for boost::detail::variant::swap_with< Variant >:
Collaboration diagram for boost::detail::variant::swap_with< Variant >:

Public Types

typedef R result_type
 

Public Member Functions

 swap_with (Variant &toswap) BOOST_NOEXCEPT
 
template<typename T >
void operator() (T &operand) const
 

Member Typedef Documentation

typedef R boost::static_visitor< R >::result_type
inherited

Constructor & Destructor Documentation

template<typename Variant>
boost::detail::variant::swap_with< Variant >::swap_with ( Variant &  toswap)
inlineexplicit

Member Function Documentation

template<typename Variant>
template<typename T >
void boost::detail::variant::swap_with< Variant >::operator() ( T operand) const
inline

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