builtin/builtin/factory.cpp¶
Namespaces¶
| Name |
|---|
| cvedia |
| cvedia::rt |
Classes¶
| Name | |
|---|---|
| struct | debug_type |
Defines¶
| Name | |
|---|---|
| DEBUG_TYPE(x) |
Macros Documentation¶
define DEBUG_TYPE¶
#define DEBUG_TYPE(
x
)
do { typedef void(*T)x; debug_type<T>(T(), #x); } while(0)
Updated on 2025-10-28 at 14:24:03 +0000