Searched refs:m_last (Results 1 – 2 of 2) sorted by relevance
66 : base_type(), m_first(first), m_last(last) in unary_disjoint_predicate()73 m_last, in apply()79 Iterator m_first, m_last; member in boost::geometry::detail::disjoint::multipoint_multipoint::unary_disjoint_predicate
333 : m_first(first), m_last(first), m_cap(last) in range_xbuf()340 m_last = Op()(forward_t(), first, first+n, m_first); in move_assign()353 { return m_last; } in end()356 { return m_last-m_first; } in size()359 { return m_first == m_last; } in empty()363 m_last = m_first; in clear()369 Iterator pos(m_last); in add()371 ++m_last; in add()377 m_last = m_first; in set_size()378 m_last += size; in set_size()[all …]