Searched defs:is_range (Results 1 – 4 of 4) sorted by relevance
50 struct is_range : boost::mpl::and_<range_detail::has_iterator<Range>, range_detail::has_const_itera… struct59 struct is_range< std::pair<iteratorT,iteratorT> > : boost::mpl::true_ struct64 struct is_range< const std::pair<iteratorT,iteratorT> > : boost::mpl::true_ struct73 struct is_range< elementT[sz] > : boost::mpl::true_ struct78 struct is_range< const elementT[sz] > : boost::mpl::true_ struct87 struct is_range< char* > : boost::mpl::true_ struct92 struct is_range< wchar_t* > : boost::mpl::true_ struct97 struct is_range< const char* > : boost::mpl::true_ struct102 struct is_range< const wchar_t* > : boost::mpl::true_ struct107 struct is_range< char* const > : boost::mpl::true_ struct[all …]
17 struct is_range struct22 struct is_range<boost::iterator_range<T>> struct
79 int is_range = 0; in main() local
82 int is_range = 0; in main() local