#include <is_convertible.hpp>
|
| 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)) |
|
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: