|
VLink 2.0.0
A high-performance communication middleware
|
A type trait that always evaluates to std::false_type.
更多...
#include <traits.h>
A type trait that always evaluates to std::false_type.
Useful inside static_assert to produce a dependent false, which prevents the compiler from instantiating the primary template when a specialization was expected.
| T | Any type (the value is always false regardless of T). |