CCF
|
#include <nonstd.h>
Inherits std::false_type.
dependent_false produces a static, compile-time false, dependent on a specific type or value instantiation. This is useful for producing a static_assert which will fail only when invalid paths are called, but allows compilation otherwise