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

Method derived_from_path

test/path_test.cpp:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94{
95public:
96 derived_from_path() {}
97 derived_from_path(derived_from_path const& that) : fs::path(static_cast< fs::path const& >(that)) {}
98 template< typename T >
99 derived_from_path(T const& that) : fs::path(that) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected