CCF
Loading...
Searching...
No Matches
ccf::nonstd::dependent_false< T > Struct Template Reference

#include <nonstd.h>

Inherits std::false_type.

Detailed Description

template<typename T>
struct ccf::nonstd::dependent_false< T >

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


The documentation for this struct was generated from the following file: