System::Collections::Generic::operator<< μέθοδος

System::Collections::Generic::operator«(std::ostream&, const KeyValuePair<TKey, TValue>&) method

Εισαγάγετε δεδομένα στη ροή χρησιμοποιώντας κωδικοποίηση UTF-8.

template<typename TKey,typename TValue> std::ostream & System::Collections::Generic::operator<<(std::ostream &stream, const KeyValuePair<TKey, TValue> &pair)
ParameterΠεριγραφή
TKeyΤύπος κλειδιού.
TValueΤύπος τιμής.
ParameterTypeΠεριγραφή
ροήstd::ostream&Ροή εξόδου για εισαγωγή δεδομένων.
pairconst KeyValuePair<TKey, TValue>&Data για εισαγωγή.

ReturnValue

stream.

Δείτε επίσης

System::Collections::Generic::operator«(std::wostream&, const KeyValuePair<TKey, TValue>&) method

Εισαγάγετε δεδομένα στη ροή.

template<typename TKey,typename TValue> std::wostream & System::Collections::Generic::operator<<(std::wostream &stream, const KeyValuePair<TKey, TValue> &pair)
ParameterΠεριγραφή
TKeyΤύπος κλειδιού.
TValueΤύπος τιμής.
ParameterTypeΠεριγραφή
ροήstd::wostream&Ροή εξόδου για εισαγωγή δεδομένων.
pairconst KeyValuePair<TKey, TValue>&Data για εισαγωγή.

ReturnValue

stream.

Δείτε επίσης