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."],[[["The latest version available is 2.37.0-rc, with a history of versions extending down to 2.10.1."],["This documentation references `structgoogle_1_1cloud_1_1NullStream` across all listed versions."],["`NullStream` is used when log lines are disabled at compile-time, and adaptors from Google Cloud Platform C++ Libraries return an object of this class under such circumstances."],["`NullStream` implements a generic, do-nothing streaming operator `operator\u003c\u003c(T)` that returns a `NullStream &`, having no effect."],["The main purpose of `NullStream` is to disable tracing, debugging, and low-severity messages at compile-time."]]],[]]