Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes the stored path of a specified object to a stream.
template<class Path>
inline basic_ostream<typename Path::string_type::value_type, typename Path::string_type::traits_type>& operator<<(
basic_ostream<typename Path::string_type::value_type,
typename Path::string_type::traits_type>& Ostr,
Path Pval
);
Parameters
Ostr
A basic_ostream object.Pval
A Path object. Path can be either a basic_path or a type that is derived from basic_path.
Return Value
A reference to the basic_ostream object.
Requirements
Header: filesystem
Namespace: std::tr2::sys