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_xchar_to_xchar< Target, Source > Struct Template Reference

#include <try_lexical_convert.hpp>

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=(boost::type_traits::ice_and< boost::type_traits::ice_eq< sizeof(Source), sizeof(Target)>::value, boost::type_traits::ice_eq< sizeof(Source), sizeof(char)>::value, boost::detail::is_character< Target >::value, boost::detail::is_character< Source >::value >::value))
 

Member Function Documentation

template<typename Target , typename Source >
boost::detail::is_xchar_to_xchar< Target, Source >::BOOST_STATIC_CONSTANT ( bool  ,
value  = (boost::type_traits::ice_and< boost::type_traits::ice_eq< sizeof(Source), sizeof(Target)>::value, boost::type_traits::ice_eq< sizeof(Source), sizeof(char)>::value, boost::detail::is_character< Target >::value, boost::detail::is_character< Source >::value >::value) 
)

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