Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/tools/clang-tidy/test/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 740 B image not shown  

Quelle  performance-avoid-endl.cpp   Sprache: C

 
namespace std {
  template <typename CharT>
  class basic_ostream {
    public:
    template <typename T>
    basic_ostream& operator<<(T);
    basic_ostream& operator<<(basic_ostream<CharT>& (*)(basic_ostream<CharT>&));
  };

  template <typename CharT>
  class basic_iostream : public basic_ostream<CharT> {};

  using ostream = basic_ostream<char>;
  using wostream = basic_ostream<wchar_t>;

  using iostream = basic_iostream<char>;
  using wiostream = basic_iostream<wchar_t>;

  ostream cout;
  wostream wcout;

  ostream cerr;
  wostream wcerr;

  ostream clog;
  wostream wclog;

  template<typename CharT>
  basic_ostream<CharT>& endl(basic_ostream<CharT>&);
// namespace std

int main() {
  std::cout << "Hello" << std::endl;
}

Messung V0.5
C=98 H=100 G=98

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.