operátor >> Operátor
Extrahuje ze zadaného řetězce basic_istream objektu.
template<class Path>
inline basic_istream<typename _Path::string_type::value_type, typename Path::string_type::traits_type>& operator>>(
basic_istream<typename Path::string_type::value_type,
typename Path::string_type::traits_type>& Istr,
Path& Pval
);
Parametry
Istr
Objekt basic_istream.Pval
Objekt Path.Pathmůže být buď basic_path nebo typ, který je odvozen z basic_path.
Vrácená hodnota
Istr
Poznámky
Tento operátor extrahuje objekt typu Path::string_type z Istr.Pokud úspěšné extrakci je přiřazena hodnota Pval.
Požadavky
Záhlaví: filesystem
Obor názvů: std::tr2::sys