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.tcc
  356         while (__node->_M_next && __list._M_impl._M_head._M_next)
  359                        (__list._M_impl._M_head._M_next)->_M_valptr(),
  362               __node->_M_transfer_after(&__list._M_impl._M_head,
  363                                         __list._M_impl._M_head._M_next);
  366         if (__list._M_impl._M_head._M_next)
  368             __node->_M_next = __list._M_impl._M_head._M_next;
  369             __list._M_impl._M_head._M_next = 0;