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

Method do_max_length

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

Source from the content-addressed store, hash-verified

880 virtual int do_length(std::mbstate_t &,
881 const char*, const char*, std::size_t) const { return 0; }
882 virtual int do_max_length() const throw () { return 0; }
883 };
884
885 void test_error_handling()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected