P4C
The P4 Compiler
|
#include <rtti_utils.h>
A type condition for checking that T is custom-RTTI-enabled. A specialization of std::enable_if and can be used in the same way.
T | The type to be checked. |
R | The type that will be used for the type member if T is custom-rtti-enabled. Defaults to void. |