Class TempLocale
Defined in File string_utils.hpp
Class Documentation
-
class TempLocale
Helper class for temporarily setting locale in a RAII manner.
Just create this object on stack and it will change the configured locale. When the object goes out of scope, the previous locale will be set again.