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

#include <is_convertible.hpp>

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=(::boost::type_traits::ice_and< ::boost::type_traits::ice_or< ::boost::detail::is_convertible_basic_impl< From, To >::value,::boost::is_void< To >::value >::value,::boost::type_traits::ice_not< ::boost::is_array< To >::value >::value,::boost::type_traits::ice_not< ::boost::is_function< To >::value >::value >::value))
 

Member Function Documentation

template<typename From , typename To >
boost::detail::is_convertible_impl< From, To >::BOOST_STATIC_CONSTANT ( bool  ,
value  = (::boost::type_traits::ice_and< ::boost::type_traits::ice_or< ::boost::detail::is_convertible_basic_impl< From, To >::value,::boost::is_void< To >::value >::value,::boost::type_traits::ice_not< ::boost::is_array< To >::value >::value,::boost::type_traits::ice_not< ::boost::is_function< To >::value >::value >::value) 
)

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