|
VLink 2.0.0
A high-performance communication middleware
|
Detects whether an object of type OT can be assigned a value of type T.
更多...
#include <traits.h>
Detects whether an object of type OT can be assigned a value of type T.
Inherits from std::true_type when the expression ot = t is well-formed.
| OT | The target (left-hand side) type. |
| T | The source (right-hand side) type. |