reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/forward_list.h
  324 	this->_M_impl._M_head._M_next = __lst._M_impl._M_head._M_next;
  324 	this->_M_impl._M_head._M_next = __lst._M_impl._M_head._M_next;
  325 	__lst._M_impl._M_head._M_next = 0;
  329       { _M_erase_after(&_M_impl._M_head, 0); }
  688       { return iterator(this->_M_impl._M_head._M_next); }
  697       { return const_iterator(this->_M_impl._M_head._M_next); }
  733       { return const_iterator(&this->_M_impl._M_head); }
  750       { return this->_M_impl._M_head._M_next == 0; }
  768         _Node* __front = static_cast<_Node*>(this->_M_impl._M_head._M_next);
  779         _Node* __front = static_cast<_Node*>(this->_M_impl._M_head._M_next);
usr/include/c++/7.4.0/bits/forward_list.tcc
  106         _Node_base* __to = &this->_M_impl._M_head;
  290       _Node_base* __curr = &this->_M_impl._M_head;
  318 	_Node_base* __curr = &this->_M_impl._M_head;
  402         _Node* __list = static_cast<_Node*>(this->_M_impl._M_head._M_next);
  486                 this->_M_impl._M_head._M_next = __list;