Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/
Dimbue.hpp45 struct imbue_impl struct
59 struct imbue_impl<any_tag> { struct
61 static void imbue(T&, const Locale&) { } in imbue()
65 struct imbue_impl<streambuf_tag> { struct
67 static void imbue(T& t, const Locale& loc) { t.pubimbue(loc); } in imbue()
71 struct imbue_impl<localizable_tag> { struct
73 static void imbue(T& t, const Locale& loc) { t.imbue(loc); } in imbue()