DORSETRIGS
Home

nodiscard (1 post)


posts by category not found!

How can I intentionally discard a [[nodiscard]] return value?

Silencing the Warning How to Ignore nodiscard Return Values in C C s nodiscard attribute is a powerful tool for developers signaling to the compiler that a func

2 min read 06-10-2024 47
How can I intentionally discard a [[nodiscard]] return value?
How can I intentionally discard a [[nodiscard]] return value?