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

Method imbue

example/mbpath.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected