MCPcopy Create free account
hub / github.com/boostorg/filesystem / imbue

Method imbue

example/mbpath.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void mbpath_traits::imbue(const std::locale& new_loc)
73{
74 loc = new_loc;
75 cvt = &std::use_facet< std::codecvt< wchar_t, char, std::mbstate_t > >(loc);
76}
77
78} // namespace user

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected