|
VLink 2.0.0
A high-performance communication middleware
|
Detects whether OT supports << and >> stream operators with T.
更多...
#include <traits.h>
Detects whether OT supports << and >> stream operators with T.
Inherits from std::true_type when both ot << t and ot >> t are well-formed expressions. Primarily used to detect stream-compatible types.
| OT | The stream type. |
| T | The value type. |