|
Celeritas 0.7+0ff3ae206
|
Ignore anything that streams. More...
#include <Assert.hh>
Public Member Functions | |
| void | str () const |
| Provide a str() function for ostringstream-like compatibility. | |
Friends | |
| template<class T > | |
| constexpr friend DiscardStream & | operator<< (DiscardStream &s, T &&) |
| Ignore anything streamed to this class. | |
Ignore anything that streams.
This prevents "unused variable" errors due to CELER_VALIDATE statements reachable from HIP code.