Condividi tramite


operatore di operator<<

Scrive il percorso archiviato di un determinato oggetto a un flusso.

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
);

Parametri

  • Ostr
    Un oggetto basic_ostream.

  • Pval
    Un oggetto Path.Path può essere basic_path o un tipo derivato da basic_path.

Valore restituito

Riferimento all'oggetto basic_ostream.

Requisiti

Filesystem diintestazione:

Spazio dei nomi: std::tr2::sys

Vedere anche

Riferimenti

<filesystem>

basic_ostream::operator<<

Altre risorse

File di intestazione