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

#include <variant.hpp>

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

Public Types

typedef bool result_type
 

Public Member Functions

 direct_assigner (const 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_assigner< T >::direct_assigner ( const T rhs)
inlineexplicit

Member Function Documentation

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

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