/forward_list

Forward List - A Singly Linked List

Primary LanguageCMIT LicenseMIT

Forward List - A Singly Linked List

Features:

  • Object oriented style
  • Handles any data type
  • No memcpy(), malloc() or free()
  • Handles buffer sizes up to SIZE_MAX
  • Caller can choose static or dyanmic memory allocation