template<class E> E tolower(E c, const locale& loc) const;
The template function returns use_facet< ctype<E> >(loc). tolower(c).
use_facet
<
ctype
<E> >(loc).
tolower
(c)