Example #1
0
 void increment(){
     ++(this->base_reference());
     dereference_impl();
     m_full = false;
 };
Example #2
0
		[[nodiscard]]
		static auto dereference(const pointer& Tuple)
		{
			return dereference_impl(index_sequence{}, Tuple);
		}
 typename super_t::reference
 dereference() const
 {
   return dereference_impl(Category());
 }