Struct NullStream (2.46.0-rc) Stay organized with collections Save and categorize content based on your preferences.
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.
Operators
operator<<(T)
Generic do-nothing streaming operator.
| Parameters | |
|---|---|
| Name | Description |
| T |
typename T | |
| Returns | |
|---|---|
| Type | Description |
NullStream & | |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-17 UTC.