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

#include <variant.hpp>

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

Public Types

typedef bool result_type
 

Public Member Functions

 direct_mover (T &rhs) BOOST_NOEXCEPT
 
bool operator() (T &lhs)
 
template<typename U >
bool operator() (U &) BOOST_NOEXCEPT
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename T >
boost::detail::variant::direct_mover< T >::direct_mover ( T rhs)
inlineexplicit

Member Function Documentation

template<typename T >
bool boost::detail::variant::direct_mover< T >::operator() ( T lhs)
inline

References boost::fusion::move().

template<typename T >
template<typename U >
bool boost::detail::variant::direct_mover< T >::operator() ( U &  )
inline

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