|
VLink
2.0.0
A high-performance communication middleware
|
Type trait that always derives from std::false_type for any T.
More...
#include <traits.h>
Type trait that always derives from std::false_type for any T.
Used inside static_assert to produce a dependent false expression, which prevents the compiler from instantiating a primary template when only a specialisation is valid.
| T | Arbitrary placeholder type; the value is always false. |