MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Guide de l'utilisateur Page 273

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 354
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 272
friend std::ostream& operator<<(std::ostream& os,
const mwString& str)
Purpose Copy contents of input string to specified ostream
C++
Syntax
#include "mclcppclass. h"
#include <ostream>
mwString str("This is a string");
std::cout << str << std::endl; //should print "This is a
//string" to standard out.
Arguments os
ostream
to copy string to.
str
String to copy.
Return
Value
The input os tream.
Description Use this operator to print the contents of an mwString to an ostr eam.
C-19
Vue de la page 272
1 2 ... 268 269 270 271 272 273 274 275 276 277 278 ... 353 354

Commentaires sur ces manuels

Pas de commentaire