AlexSSH
Sep 30th, 2023
25
0
Never
This is comment for paste Tests for DoublyLinkedList
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Дополнительные методы класса нужные для тестов
  2. [[nodiscard]] int getSize() const { return size; }
  3.  
  4. [[nodiscard]] NodePtr getHead() const { return head; }
Advertisement
Add Comment
Please, Sign In to add comment