Searched defs:imbue_impl (Results 1 – 1 of 1) sorted by relevance
45 struct imbue_impl struct59 struct imbue_impl<any_tag> { struct61 static void imbue(T&, const Locale&) { } in imbue()65 struct imbue_impl<streambuf_tag> { struct67 static void imbue(T& t, const Locale& loc) { t.pubimbue(loc); } in imbue()71 struct imbue_impl<localizable_tag> { struct73 static void imbue(T& t, const Locale& loc) { t.imbue(loc); } in imbue()