Home
last modified time | relevance | path

Searched defs:slist (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_slist.h359 explicit slist(size_type __n) : _Base(allocator_type()) in slist() function
379 slist(const slist& __x) : _Base(__x.get_allocator()) in slist() function