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

Method do_encoding

test/path_unit_test.cpp:854–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852
853 virtual bool do_always_noconv() const throw() { return false; }
854 virtual int do_encoding() const throw() { return 0; }
855
856 virtual std::codecvt_base::result do_in(std::mbstate_t&,
857 const char*, const char*, const char*&,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected