HelenOS sources

get_last_         518 uspace/lib/cpp/include/__bits/adt/list.hpp                 return iterator{get_last_(), head_, true};
get_last_         553 uspace/lib/cpp/include/__bits/adt/list.hpp                 return const_iterator{get_last_(), head_, true};
get_last_         843 uspace/lib/cpp/include/__bits/adt/list.hpp                 auto other_last = other.get_last_();
get_last_        1124 uspace/lib/cpp/include/__bits/adt/list.hpp                 auto last = get_last_();
get_last_        1170 uspace/lib/cpp/include/__bits/adt/list.hpp                     where = get_last_();
HelenOS homepage, sources at GitHub