trace.hpp
Go to the documentation of this file.
#define ABL_DECLTYPE_RETURN(body_expr)
Utility for defining generic functions with a deduced return type, that are composed of a single expr...
Definition: utils.hpp:109
auto trace(T &&x, const std::string &message) -> T &&
Prints " " to std::cerr and returns the value, forwarded.
Definition: trace.hpp:44