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-07-02 UTC."],[[["This webpage lists different versions of the `NullStream` struct within the Google Cloud Platform C++ Libraries, ranging from version 2.10.1 up to the latest release candidate, 2.37.0-rc."],["The `NullStream` struct is used in logging adaptors to represent a situation where logging is disabled at compile-time for certain severity levels like tracing or debugging."],["The `NullStream` struct implements a generic, do-nothing streaming operator (`operator\u003c\u003c`) for all types, effectively ensuring no action occurs when streaming to this object."],["Each version listed, including the release candidate, contains a link to its respective documentation."],["The current version being displayed on the webpage is 2.23.0."]]],[]]