Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dtzdb_list.cpp29 class tzdb_list::__impl { class in chrono::tzdb_list
31 explicit __impl(tzdb&& __tzdb) { __tzdb_.push_front(std::move(__tzdb)); } in __impl() function in chrono::tzdb_list::__impl