Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A 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()