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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This webpage documents various versions of the `NullStream` class within the Google Cloud Platform C++ Libraries, with the latest version being 2.37.0-rc."],["`NullStream` objects are returned by the Google Cloud Platform C++ Libraries logging adaptors when certain log-lines are disabled at compile-time."],["The `NullStream` class implements a do-nothing streaming operator (`operator\u003c\u003c`) that works for all types (`T`), effectively disabling any streaming output."],["The `operator\u003c\u003c` of `NullStream` returns a reference to `NullStream` without causing any side effect."]]],[]]