Searched defs:LinkedList (Results 1 – 1 of 1) sorted by relevance
95 constexpr LinkedList() : header_(nullptr) {} in LinkedList() function103 LinkedList(LinkedList&& that) noexcept { in LinkedList() function