Macro KFR_THROW_EXCEPTION¶
macro KFR_THROW_EXCEPTION common¶
KFR_THROW_EXCEPTION(kind, ...) \
do \
{ \
throw ::kfr::KFR_CONCAT(kind, _error)(kfr::as_string(__VA_ARGS__)); \
} while (0) Fully qualified name: KFR_THROW_EXCEPTION
Declared at except.hpp:54
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.