Implements operator<< for all types, without any effect.
It is desirable to disable at compile-time tracing, debugging, and other low severity messages. The Google Cloud Platform C++ Libraries logging adaptors return an object of this class when the particular log-line is disabled at compile-time.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThe latest version available is 2.37.0-rc, with a range of previous versions accessible, including 2.36.0, 2.35.0, and so on down to 2.10.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNullStream\u003c/code\u003e class is used by Google Cloud Platform C++ Libraries logging adaptors when a log-line is disabled at compile-time, effectively implementing a no-op for those logging operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNullStream\u003c/code\u003e class provides a generic do-nothing streaming operator, \u003ccode\u003eoperator<<(T)\u003c/code\u003e, which has no effect for any type \u003ccode\u003eT\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eoperator<<(T)\u003c/code\u003e in \u003ccode\u003eNullStream\u003c/code\u003e takes a generic parameter \u003ccode\u003eT\u003c/code\u003e and returns a \u003ccode\u003eNullStream &\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]