Condividi tramite


Metodo path_traits::to_internal

Converte una stringa di tipo external_string_type in uno di tipo internal_string_type.

internal_string_type to_internal(
   const path&,
   const external_string_type& Istr
);

Parametri

  • Istr
    Una serie di tipo external_string_type.

Valore restituito

Una serie di tipo internal_string_type.

Note

In questa implementazione, sia internal_string_type che external_string_type sono sinonimi di std::string.

Requisiti

Intestazione: filesystem

Spazio dei nomi: std::tr2::sys

Vedere anche

Riferimenti

Struttura path_traits

<filesystem>