Home
last modified time | relevance | path

Searched defs:CK_CPP_CAST (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/ck/include/
H A Dck_cc.h168 #define CK_CPP_CAST(type, arg) static_cast<type>(arg) macro
170 #define CK_CPP_CAST(type, arg) arg macro