#include <common.hpp>
Static Public Attributes | |
static C * | c |
static C | ptr |
Definition at line 61 of file common.hpp.
boost::range_detail::range_helper< C >::BOOST_STATIC_CONSTANT | ( | bool | , |
is_pair_ | = sizeof(boost::range_detail::is_pair_impl(c))==sizeof(yes_type) |
||
) |
boost::range_detail::range_helper< C >::BOOST_STATIC_CONSTANT | ( | bool | , |
is_char_ptr_ | = sizeof(boost::range_detail::is_char_ptr_impl(ptr))==sizeof(yes_type) |
||
) |
boost::range_detail::range_helper< C >::BOOST_STATIC_CONSTANT | ( | bool | , |
is_const_char_ptr_ | = sizeof(boost::range_detail::is_const_char_ptr_impl(ptr))==sizeof(yes_type) |
||
) |
boost::range_detail::range_helper< C >::BOOST_STATIC_CONSTANT | ( | bool | , |
is_wchar_t_ptr_ | = sizeof(boost::range_detail::is_wchar_t_ptr_impl(ptr))==sizeof(yes_type) |
||
) |
boost::range_detail::range_helper< C >::BOOST_STATIC_CONSTANT | ( | bool | , |
is_const_wchar_t_ptr_ | = sizeof(boost::range_detail::is_const_wchar_t_ptr_impl(ptr))==sizeof(yes_type) |
||
) |
boost::range_detail::range_helper< C >::BOOST_STATIC_CONSTANT | ( | bool | , |
is_char_array_ | = sizeof(boost::range_detail::is_char_array_impl(ptr))==sizeof(yes_type) |
||
) |
boost::range_detail::range_helper< C >::BOOST_STATIC_CONSTANT | ( | bool | , |
is_wchar_t_array_ | = sizeof(boost::range_detail::is_wchar_t_array_impl(ptr))==sizeof(yes_type) |
||
) |
boost::range_detail::range_helper< C >::BOOST_STATIC_CONSTANT | ( | bool | , |
is_string_ | = (boost::type_traits::ice_or< is_const_char_ptr_, is_const_wchar_t_ptr_ >::value) |
||
) |
boost::range_detail::range_helper< C >::BOOST_STATIC_CONSTANT | ( | bool | , |
is_array_ | = boost::is_array< C >::value |
||
) |
|
static |
Definition at line 63 of file common.hpp.
|
static |
Definition at line 64 of file common.hpp.