Searched refs:incrementable (Results 1 – 11 of 11) sorted by relevance
271 struct incrementable : B struct494 : incrementable<T619 , incrementable<T625 : incrementable<T, B767 BOOST_OPERATOR_TEMPLATE1(incrementable)
587 concept incrementable = regular<_Iter> && weakly_incrementable<_Iter> in _GLIBCXX_VISIBILITY()626 && incrementable<_Iter> && sentinel_for<_Iter, _Iter>; in _GLIBCXX_VISIBILITY()
345 "Attempted to increment non-incrementable unordered container iterator");461 … "Attempted to increment non-incrementable unordered container const_iterator");572 … "Attempted to increment non-incrementable unordered container local_iterator");713 … "Attempted to increment non-incrementable unordered container const_local_iterator");
378 "Attempted to increment non-incrementable list::iterator");505 "Attempted to increment non-incrementable list::const_iterator");
1388 "Attempted to increment non-incrementable iterator");
594 concept __decrementable = incrementable<_It>617 template<incrementable _Winc>642 else if constexpr (incrementable<_Winc>)676 operator++(int) requires incrementable<_Winc>