Searched defs:has_facet (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/libcxx/src/ | ||
H A D | locale.cpp | 144 bool has_facet(long id) const { return static_cast<size_t>(id) < facets_.size() && facets_[static_cast<size_t>(id)]; } has_facet() function in locale::__imp |