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

Method do_encoding

test/test_codecvt.hpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39protected:
40 virtual bool do_always_noconv() const throw() { return false; }
41 virtual int do_encoding() const throw() { return 0; }
42
43 virtual std::codecvt_base::result do_in(std::mbstate_t&, const char* from, const char* from_end, const char*& from_next, wchar_t* to, wchar_t* to_end, wchar_t*& to_next) const
44 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected