MCPcopy Create free account
hub / github.com/boostorg/filesystem / type append

Method type append

include/boost/filesystem/path.hpp:746–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744
745 template< typename Source >
746 BOOST_FORCEINLINE typename std::enable_if<
747 detail::path_traits::is_path_source< typename std::remove_cv< Source >::type >::value,
748 path&
749 >::type append(Source const& source)
750 {
751 detail::path_traits::dispatch(source, append_op(*this));
752 return *this;
753 }
754
755 template< typename Source >
756 BOOST_FORCEINLINE typename std::enable_if<

Callers

nothing calls this directly

Calls 3

append_opClass · 0.85
dispatch_convertibleFunction · 0.85
dispatchFunction · 0.70

Tested by

no test coverage detected