![]() |
Raven Engine v0.1
|
Concept to check if T can be streamed to an ostream (i.e., supports '<<' operator). More...
#include <Concepts.h>
Concept to check if T can be streamed to an ostream (i.e., supports '<<' operator).
This concept checks if the type T supports the streaming operator << to an ostream.
| T | The type to check. |