MCPcopy Create free account
hub / github.com/PDAL/PDAL / ClassicLocaleStream

Method ClassicLocaleStream

pdal/util/Utils.hpp:797–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795 {
796 template<typename... Args>
797 ClassicLocaleStream(Args&&... args) : T(std::forward<Args>(args)...)
798 {
799 this->imbue(std::locale::classic());
800 }
801 };
802
803 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected