Function get_call_stack()
Defined in File get-call-stack.h
Function Documentation
-
std::vector<std::string> get_call_stack() noexcept
get_call_stack() is a function to get the call stack.
- Attention
it must not throw an exception as it is called from OpenFHEException
- Returns
a vector with call stack (demangled function names)