MCPcopy Create free account
hub / github.com/MikeLankamp/fpm / setlocale

Method setlocale

tests/input.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void setlocale(std::locale locale)
40 {
41 m_locale = locale;
42 }
43
44 template <typename B, typename I, unsigned int F>
45 void test_conversion(const std::string& text, fpm::fixed<B, I, F> expected, const std::string& expected_remaining = "")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected